markdown-latex icon indicating copy to clipboard operation
markdown-latex copied to clipboard

[question] It is possible to disable some parsers

Open Blaztix opened this issue 6 years ago • 1 comments

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

Blaztix avatar Jun 10 '19 20:06 Blaztix

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.

cebe avatar Jun 13 '19 06:06 cebe