markdown-pp
markdown-pp copied to clipboard
Struggling with $ in md file
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
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
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.
@Frank-Krick That seems to solve the issue. Ty