Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline Text Blocks contain no line breaks #5

Open
bobbysmith007 opened this issue May 29, 2013 · 3 comments
Open

Multiline Text Blocks contain no line breaks #5

bobbysmith007 opened this issue May 29, 2013 · 3 comments

Comments

@bobbysmith007
Copy link

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.

@bobbysmith007
Copy link
Author

I also find the empty code tags to be a bit suspicious

@mdbergmann
Copy link

Having the same issue here. Need a pre block, but all line breaks are stripped.
Is there a way to disable stripping line breaks?

@gwkkwg
Copy link
Collaborator

gwkkwg commented Jul 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants