cebe / markdown-latex

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

[question] It is possible to disable some parsers #15

Open Blaztix opened 5 years ago

Blaztix commented 5 years ago

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.

I hope can uses only bolds, italics, lists, headers.

And disable codes, quoutes, links and images.

Its posible with this library? Or I need some different

cebe commented 5 years ago

yes, it is possible, check out the documentation at https://github.com/cebe/markdown#composing-your-own-markdown-flavor for the latex variant of the parser that requires a bit more work, but it is still possible.