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

Space after > for blockquotes #217

Open
md384 opened this issue Jan 13, 2016 · 1 comment
Open

Space after > for blockquotes #217

md384 opened this issue Jan 13, 2016 · 1 comment

Comments

@md384
Copy link

md384 commented Jan 13, 2016

The rule for blockquotes uses an optional space after the > so strings like >10mg get parsed to

<blockquote>
   <p>10mg</p>
</blockquote>

I believe that the space after the > should be non-optional so >10mg is parsed to

<p>>10mg</p>
@vsch
Copy link
Contributor

vsch commented Jan 13, 2016

@md384, as a workaround you can put a space before the > then it will not be interpreted as a block quote. Block quotes are only recognized if they are the first character in the line

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

2 participants