amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Struggling with $ in md file #61

Open benofben opened 6 years ago

benofben commented 6 years ago

Hi,

I'm trying to use this to stick together a bunch of MD files that have $ signs in them. That seems to cause a render error. It doesn't if the $ is formatted as code.

I didn't go digging to fix it. Sorry.

-Ben

benofben commented 6 years ago

If you're curious, here's where it's blowing up (take a look at the build.sh command). I think I'm going to drop markdown-pp and just do some simple sh stuff. https://github.com/benofben/the_intelligent_property_investor/tree/c223885325dfd80c77b09b893f797012e3820eb9

Frank-Krick commented 6 years ago

This seems to be related to the latexrender plugin. Try disabling the latexrender plugin by appending -e latexrender to the command you use to call MarkdownPP.

sinh3ck commented 5 years ago

@Frank-Krick That seems to solve the issue. Ty