Replies: 2 comments
-
Join to the question. My need is to do a few modifications on source text and get raw markdown back to convey it to the next stage in a pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nschloe i guess it is what we are looking for https://github.com/miyuchina/mistletoe
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to parse a Markdown file, do some simple replacement in "text" (not code blocks, not link targets), and get the otherwise unchanged Markdown back. Is markdown-it-py suitable for this? The
mdformat
renderer seems to do some changes, e.g.:Beta Was this translation helpful? Give feedback.
All reactions