vscode-markdown-pdf
vscode-markdown-pdf copied to clipboard
Docsify compatibility
Hey
I really like this extension. Makes it easy to write docs/notes in MD but still be able to share them with non-programmers or those that do not have access to the repo.
One issue is that I can't put PlantUML diagrams in to a .md file in a way that is compatible with both this and docsify.
If I put the docsify ```plantuml trigger/header in then markdown-pdf then ignores the plantuml code and displays the text as a code block.
Ideally it would still parse the code block and figure out that it was plantuml code and then convert it.
Does that makes sense?