wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions

Home Page:https://docs.rs/markdown/1.0.0-alpha.17/markdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API for creating extensions?

tryoxiss opened this issue · comments

Hi, I found this crate when looking for a markdown parser but my use case has needs beyond that of commonmark and the provided extensions. If there, or if not could there be, some sort of API to allow creation of custom syntax rules, e.g., callouts, <ins>/<del> tags, and whatever else people have need for on a more local basis?

Thanks for reaching out @tryoxiss!
This is a duplicate of #32, it is a goal to support plugins/extensions.
Happy to discuss more there.