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
633 stars 114 forks source link

timeline isn't supported #199

Closed asklar closed 1 year ago

asklar commented 1 year ago

mermaid supports a timeline chart type, but i can't get it to work in vscode example: https://mermaid.js.org/syntax/timeline.html#an-example-of-a-timeline

mjbvz commented 1 year ago

Works fine for me:

Screenshot 2023-05-17 at 3 37 50 PM

Please share example markdown where it doesn't work

asklar commented 1 year ago

thanks for replying @mjbvz if I use the right click on the markdown file's pane contents and select Markdown Preview Enhanced: Open Preview to the Side, it doesn't work. But if I do ctrl+shift+P and select "Markdown Preview: Open Preview to the Side", then it works So maybe I need to file a bug here instead? https://github.com/shd101wyy/vscode-markdown-preview-enhanced/issues

image
asklar commented 1 year ago

FWIW the reason for me to use the Markdown Preview Enhanced is to be able to export the rendered markdown / diagrams. I couldn't find a way to do that, while MPE can save to PDF, HTML, etc.

mjbvz commented 1 year ago

Yes this extension only supports VS Code's built-in markdown preview. Please file an issue against Markdown Preview Enhanced