vscode-markdown-pdf icon indicating copy to clipboard operation
vscode-markdown-pdf copied to clipboard

Docsify compatibility

Open ekwus opened this issue 2 years ago • 0 comments

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?

ekwus avatar Jun 30 '23 15:06 ekwus