ChrisChinchilla / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
MIT License
25 stars 13 forks source link

Automating adding mermaid filter #29

Open pabloazurduy opened 1 year ago

pabloazurduy commented 1 year ago

hi @ChrisChinchilla one question, I was rendering using your extension and I love it, however I noticed that some of the mermaid diagrams were not displayed correctly (I'm not sure what its vscode rendering but it actually supports mermaid), how should I do this ? using a filter will work ?

(...). -F mermaid-filter (...)

Also, how does it vscode manage to render the markdowns correctly ?, (this is a more meta question I know, but you probably are more familiar with this) Thanks in advance !!!

ChrisChinchilla commented 1 year ago

@pabloazurduy I've not really looked at Mermaid in the context of this extension, so will add it to the list to look into!