Skip to content

Publish v1.3.1 release

Compare
Choose a tag to compare
@jhuix jhuix released this 15 Sep 03:46
· 43 commits to master since this release

A excellent markdown preview extension for Visual Studio Code, Version 1.3.1.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown

  1. Update @jhuix/showdowns v0.5.0:

    • Add showdown-container extension.
    • Expand the table syntax to implement headerless and colspan or rowspan merge.
  2. Update plantuml jar v1.2020.16.

  3. Local reference to photos can be working in the preview, use syntax of relative path ('./') or absolute path(file:///):

         [xxx](./a.jpg) or [xxx](file:///c:/a.jpg)
    
  4. Remove features about compress the content with brotli during message transmission.

  5. Fixed multiple plantuml codes can not be previewed in the same file.