markdown-pp icon indicating copy to clipboard operation
markdown-pp copied to clipboard

Inline math problem

Open gabrielrodcanal opened this issue 5 years ago • 3 comments

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:

![2^n](<html>
<head><title>405 Not Allowed</title></head>
<body bgcolor="white">
<center><h1>405 Not Allowed</h1></center>
</body>
</html> "2^n")

I have tested this both on Python 2.7.15 and 3.6.8.

gabrielrodcanal avatar May 14 '20 19:05 gabrielrodcanal

I would love a way to disable inline math processing. It's running within my code blocks and completely breaking them.

Kangie avatar Dec 08 '20 23:12 Kangie

You probably want to use something like markdownpp --exclude LaTeXRender to disable the latex plugin. Take a look at markdownpp --help for exact usage.

amyreese avatar Dec 09 '20 00:12 amyreese

You probably want to use something like markdownpp --exclude LaTeXRender to disable the latex plugin. Take a look at markdownpp --help for exact usage.

Thanks, I got stuck looking at oooold doco that said "not implemented yet".

This site might need an update!

Kangie avatar Dec 09 '20 01:12 Kangie