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 think I've stumbled on a bug where in-text formulas with subscript aren't working as expected. Please let me know what you think.
$\sum_{\$4}$ => <p>\(sum_{\$4}^2\)</p>
$\sum_{\$4}$
<p>\(sum_{\$4}^2\)</p>
$\sum_{\$4}$ => <p>$sum_{\(4}^2\)</p>
<p>$sum_{\(4}^2\)</p>
As you can see it appears to be converting the inner $4 as the beginning of the MathJax expression.
$4
Here's what Pandoc evaluates to:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think I've stumbled on a bug where in-text formulas with subscript aren't working as expected. Please let me know what you think.
Expected
$\sum_{\$4}$
=><p>\(sum_{\$4}^2\)</p>
Actual
$\sum_{\$4}$
=><p>$sum_{\(4}^2\)</p>
As you can see it appears to be converting the inner
$4
as the beginning of the MathJax expression.Here's what Pandoc evaluates to:
The text was updated successfully, but these errors were encountered: