mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
630 stars 112 forks source link

Export md file as html or pdf #231

Closed Yadvo closed 5 months ago

Yadvo commented 6 months ago

Hi!

Great stuff! This is a feature request. For use case context, I am a business analyst who uses this to render the project documentation, before I commit it to Azure Devops wiki.

However, I am struggling with exporting md files with mermaid diagrams, delimited by Azure Devops ":::" convention into pdf / html files. My non-technical stakeholders sometimes request the documentation to be provided in a hard copy (mainly pdf files). So far, I have not found a way to properly create pdf files with the ":::" delimiter notation.

It would be great if this extension also allowed to convert the md files into pdf/html files, with mermaid diagrams using the ":::" delimiters!

mjbvz commented 5 months ago

This extension only provides mermaid rendering support. Exporting the entire markdown preview would be a better fit for another extension