Publish v1.3.1 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.1.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Update @jhuix/showdowns v0.5.0:
- Add showdown-container extension.
- Expand the table syntax to implement headerless and colspan or rowspan merge.
-
Update plantuml jar v1.2020.16.
-
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)
-
Remove features about compress the content with brotli during message transmission.
-
Fixed multiple plantuml codes can not be previewed in the same file.