0.9.0
New features
- Added two more syntaxes to import files in addition to the
@import
syntax. Please note that these syntaxes only work on new lines. For example, they won't work within list items.- Use the image syntax but with other file extensions:
![](path/to/file.md) ![](path/to/test.py){.line-numbers} ![](path/to/test.js){code_block=true}
- Use the wikilink syntax but with other file extensions:
![[file]] ![[path/to/test.py]]{.line-numbers} ![[path/to/test.js]]{code_block=true}
- Use the image syntax but with other file extensions:
Bug fixes
- Fixed a header id generation bug shd101wyy/vscode-markdown-preview-enhanced#1833
- Fixed parsing block attributes from curly bracket when
enableTypographer
is enabled shd101wyy/vscode-markdown-preview-enhanced#1823 - Fixed the bug of not rendering the
@import
file: - Fixed rendering the vega and vega-lite diagrams.