Releases: jhuix/vscode-markdown-preview-showdown
v1.3.10
A excellent markdown preview extension for Visual Studio Code, Version 1.3.10.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
- Update @jhuix/showdowns v0.6.4:
- Support echarts and abcjs plugin.
- Update name and keywords of package.
v1.3.8
A excellent markdown preview extension for Visual Studio Code, Version 1.3.8.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
- Update @jhuix/showdowns v0.5.7.
Publish v1.3.7 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.7.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Update @jhuix/showdowns v0.5.6:
-
Modify default values of the 4 math delimiters;
-
Fixed possible invalid custom values of math delimiters.
-
Fixed the bug with fast input failed to render the latest content in markdown files that has multi plantuml.
-
Add output console of 'MDPS Extension' to display output log.
Publish v1.3.6 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.6.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Update @jhuix/showdowns v0.5.5:
-
Fixed failed to mark CSS link related to render only inline katex math..
-
Add a additional delimiters format of katex options.
-
-
Adjust the name of all settings;
-
Split katexDelimiters setting into 4 delimiters settings.
-
Fixed failed to render inine katex math when open html in browser or create local html.
Publish v1.3.4 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.4.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Update @jhuix/showdowns v0.5.3.
-
Add delimiters setting of katex math features.
-
Add flavor setting of preview html features.
-
Optimized preview html page.
Publish v1.3.3 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.3.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Update @jhuix/showdowns v0.5.2:
-
Update asciimath to latex that be based on ASCIIMathTeXImg.js, latest version.
-
Fixed method removeAsyncExtension and removeExtension of showdowns could not remove related extensions.
-
Update mermaid deps new version 8.8.2.
-
Inline LaTex math syntax compatible with KaTex default delimiters, and inline ascii math syntax is changed to
@@...@@
or\~...\~
. -
Support multiple math are separated by an empty line in block math code.
-
-
Optimized rendering of multiple plantuml in the same file.
-
When theme setting of vega or mermaid is changed, it can take effect dynamically.
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.
Publish v1.3.0 release
A excellent markdown preview extension for Visual Studio Code, Version 1.3.0.
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.
Publish v1.2.2 release
A excellent markdown preview extension for Visual Studio Code, Version 1.2.2.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Delete condition of files.autoSave to accelerated rendering when upate text of preview page.
-
Remove extension event of onDidSaveTextDocument.
-
Accelerated rendering for plantuml using java single process.
Publish v1.2.1 release
A excellent markdown preview extension for Visual Studio Code, Version 1.2.1.
https://marketplace.visualstudio.com/items?itemName=jhuix.markdown-preview-showdown
-
Add custom font size setting of preview page, default "14" px.
-
Fixed not auto found setup path of chrome in windows platform.