Skip to content

0.7.3

Compare
Choose a tag to compare
@shd101wyy shd101wyy released this 06 Sep 09:02
· 39 commits to master since this release

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 the language.

Bug fixes 🐞

MISC πŸ› οΈ