Preprocessor alters the markdown in ways it shouldn't #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to integrate this preprocessor into my workflow, I ran into an important issue. The preprocessor removes the <> characters and does some more changes, while it shouldn't do any changes to the file since no mermaid code blocks exist. Here is an example:
Before preprocessing:
After preprocessing:
There's a couple roundtripping issues with
pulldown-cmark-to-cmarkIt might indeed be easier to switch away from it and do the markdown modifications "manually".