-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I have a use case where I wish to write a markdown parser that converts [[Wiki Style Links]]
into valid common mark links E.g. [Wiki Style Links]({generated_source_url}]
.
Reading the docs and source code it does not seem possible to parse some Markdown source, do AST processing, and output a new Markdown source at a String/str.
Is my understanding correct? Also perhaps @chrisjsewell might know how to do this as they've written several plugins for this crate over at (https://github.com/chrisjsewell/markdown-it-plugins.rs)
serban
Metadata
Metadata
Assignees
Labels
No labels