yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Added mermaid support. #144

Closed ppqn closed 5 years ago

ppqn commented 5 years ago

Make sure the markdownPdf correctly wait for async functions. Updated the tests to use vscode-test framework (minus the typescript part of it)

yzane commented 5 years ago

Thank you for improving the async function and adding the vscode-test framework.