markdown-latex
markdown-latex copied to clipboard
A markdown parser for converting markdown to LaTeX written in PHP.
Removed `Markdown::escapeUrl` as it wouldn't do anything... Supersedes #13, fixes #11
I'm unable to install `cebe/markdown-latex` with `cebe/markdown` ~1.2.1, because `cebe/markdown-latex` depends on `cebe/markdown` ~1.0.0: https://github.com/cebe/markdown-latex/blob/42eb55c6f5a8dd68a1c029755eccd73e117aaa9b/composer.json#L23 Is it safe to bump `cebe/markdown` dependency to ~1.2.0?
I am coding a write section, and I dont want users can uses some markdown features, I dont want reinvet the wheel and for this I am trying with markdown....
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...