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

Issue: when parsing code to <pre>, \n at the end lost #931

Closed
dreamerblue opened this issue Aug 29, 2017 · 1 comment · Fixed by #1011
Closed

Issue: when parsing code to <pre>, \n at the end lost #931

dreamerblue opened this issue Aug 29, 2017 · 1 comment · Fixed by #1011
Labels
help wanted L1 - broken Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue

Comments

@dreamerblue
Copy link

dreamerblue commented Aug 29, 2017

marked version: 0.3.6

My markdown code:


` ` `
code1
code2



` ` `

After parsing the HTML code looks like this, and all \n at the end lost:

<pre>
<code>
code1
code2
</code>
</pre>
@joshbruce joshbruce added help wanted L1 - broken Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue labels Dec 1, 2017
@joshbruce
Copy link
Member

#983

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted L1 - broken Valid usage causes incorrect output OR a crash AND there is no known workaround for the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants