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

With CRLF line endings in input, we get mixed line endings in output #72

Closed
jgm opened this issue Aug 8, 2015 · 0 comments
Closed

With CRLF line endings in input, we get mixed line endings in output #72

jgm opened this issue Aug 8, 2015 · 0 comments

Comments

@jgm
Copy link
Member

jgm commented Aug 8, 2015

Current behavior with line endings is not ideal.

```\r\ntest\r\n```\r\n

becomes

<pre><code>test\r\n
</code></pre>\n

Note the inconsistent line endings. \n is used for line
endings added by the renderer, but the existing line endings
are preserved in code blocks.

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

1 participant