We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
--compatibility
I assume that $…$ triggers math-mode, but I am not sure this should happen for inline raw, as that disables all other special characters.
$…$
The text was updated successfully, but these errors were encountered:
Thanks -- this was an oversight in fixing something similar for the other math delimiters.
Fixed in development branch.
Sorry, something went wrong.
FIXED: Fix issue with dollar math delimiters inside code (fixes #134)
13458b3
No branches or pull requests
I was surprised to find the following transformation happening:
On the left is input and right shows output:
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.The text was updated successfully, but these errors were encountered: