@freemo How do we do multiline codeblocks on kramdown? On fenced codeblocks, linebreaks are supposed to be taken as they are ("Since everything between the delimiting lines is taken as is, the content of a fenced code block does also not support hard-wrapping." - https://kramdown.gettalong.org/syntax.html#line-wrapping), but in practice newlines get stripped out there too. Am I doing something wrong?
@digital_carver Ok that looks like a bug to me then...
Let me see what I can do. If you can please file it at the git repo as a bug so I dont forget it, but if you are unwilling let me know and I can do it on yoru behalf.
@digital_carver Let me look into it, possible this is some sort of bug.. curious if it works with double return...
~~~
line one here;
line two here;
line three not here, over there!
I am line three, fooled you!
~~~