0.7.3
New features π
-
β Added
markdown-preview-enhanced.markdownFileExtensions
config that allows users to specify the file extensions for preview. -
π Supported pandoc-like code blocks, for example:
``` {.python} def add(x, y): return x + y ``` ``` {.mermaid} graph LR A --> B ```
The first class in the
{...}
will be regarded as thelanguage
.
Bug fixes π
- π Single preview bug
MISC π οΈ
- Refactored some crossnote code.