Skip to content

escaped square brackets in markdown converts as math instead of normal brackets #2707

Closed
jaredmcguire opened this Issue · 2 comments

2 participants

@jaredmcguire

I am doing -f markdown_github -t html
and this \[money\] is producing this <br /><span class="math display"><em>m</em><em>o</em><em>n</em><em>e</em><em>y</em></span><br />

The web converter isn't so bad but it still converts it as math. [link]

Correct me if I'm wrong but shouldn't this convert as normal brackets? [money]

@jgm
Owner
@jgm jgm closed this in bbc67de
@jaredmcguire

Thanks for the work around. That worked great!

@c-forster c-forster pushed a commit to c-forster/pandoc that referenced this issue
@jgm Removed `tex_math_single_backslash` from `markdown_github` options.
Closes #2707.
a151ee1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.