You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, had a quick look and can't seem to figure out where this would be coming from. I think it's the renderChapterTemplate function. Will try take another look this evening.
Probably also you'll have to strip a newline at the end from some commands (like ghc --version) which output this by default. But this could be done with a simple | tr -d '\n' at the end of the command.
Example 1
produces
but I was hoping for
Example 2
produces
but I was hoping for
Help :)
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: