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
In order for plain text blocks to correctly render all whitespace must be included. Currently newlines are dropped.
(cl-markdown:markdown "\`\`\`
test
test
test
\`\`\`" :stream nil)
=>
#<CL-MARKDOWN::DOCUMENT ``` test test test ``` {10041C39F3}>
"<p><code></code><code> test test test </code><code></code> </p>"
Thanks, I may try and tackle this, but wanted it documented before I forgot about it.
The text was updated successfully, but these errors were encountered:
My apologies, but I'm not doing Lisp development at the moment -- or anytime in the near future for that matter. If you'd like to take over the project, let me know.
In order for plain text blocks to correctly render all whitespace must be included. Currently newlines are dropped.
Thanks, I may try and tackle this, but wanted it documented before I forgot about it.
The text was updated successfully, but these errors were encountered: