0.9.2
New features
-
Added
ID
button to copy the element id to clipboard: -
Supported to import section of markdown by header id:
@import "test.md#header-id" or ![](test.md#header-id) or ![[test#header-id]]
Bug fixes
- URL fragments on image links do not load: shd101wyy/vscode-markdown-preview-enhanced#1837
- Supported matplotlib-type preview for other Python tools like
pipenv
: #332