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

Math-mode triggered for inline raw #134

Closed
sorbits opened this issue Jul 17, 2018 · 1 comment
Closed

Math-mode triggered for inline raw #134

sorbits opened this issue Jul 17, 2018 · 1 comment

Comments

@sorbits
Copy link

sorbits commented Jul 17, 2018

I was surprised to find the following transformation happening:

On the left is input and right shows output:

`${foo:-${bar}}`   =>   <p><code>\({foo:-\){bar}}</code></p>

Using v6.3.2 installed via homebrew.

If I provide --compatibility then the desired output is generated.

I assume that $…$ triggers math-mode, but I am not sure this should happen for inline raw, as that disables all other special characters.

@fletcher
Copy link
Owner

Thanks -- this was an oversight in fixing something similar for the other math delimiters.

Fixed in development branch.

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