cebe / markdown-latex

A markdown parser for converting markdown to LaTeX written in PHP.
MIT License
47 stars 6 forks source link

% sign in markdown not properly escaped #11

Open marekdedic opened 7 years ago

marekdedic commented 7 years ago

When there is a % sign in the source markdown, it is left unescaped, causing the rest of the line to be treated as a comment by LaTeX. It should be instead replaced by \%.

cebe commented 7 years ago

thanks for reporting, I thought I had this fixed already... will look into it!