markdown-latex
markdown-latex copied to clipboard
[question] It is possible to disable some parsers
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
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.