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

Allow single line block math #11

Closed
runarberg opened this issue Sep 3, 2015 · 1 comment
Closed

Allow single line block math #11

runarberg opened this issue Sep 3, 2015 · 1 comment

Comments

@runarberg
Copy link
Owner

Currently we ignore everything between opening block delimiters and the next newline. The reason being that future versions could use that space for arguments, as is the case with code fences. However, many people are used to write their block expressions in a single line, comming from typesetting systems like TeX, and it can be inconvenient for them to change their style when moving to markdown. Therefor we should allow single line block expressions to be allowed by default and perhaps in future versions make the code fence behavior optional.

@leipert
Copy link
Contributor

leipert commented Sep 3, 2015

See #10 ;)

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