Inline math problem
Hello, Whenever I try to inline math in a mdpp file, markdown-pp returns a weird output. For example, for the input: $2^n$
The output is:

I have tested this both on Python 2.7.15 and 3.6.8.
I would love a way to disable inline math processing. It's running within my code blocks and completely breaking them.
You probably want to use something like markdownpp --exclude LaTeXRender to disable the latex plugin. Take a look at markdownpp --help for exact usage.
You probably want to use something like
markdownpp --exclude LaTeXRenderto disable the latex plugin. Take a look atmarkdownpp --helpfor exact usage.
Thanks, I got stuck looking at oooold doco that said "not implemented yet".
This site might need an update!