Skip to content

Releases: jhuix/vscode-markdown-preview-showdown

v1.3.10

05 Aug 03:21
Compare
Choose a tag to compare

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

  1. Update @jhuix/showdowns v0.6.4:
  2. Support echarts and abcjs plugin.
  3. Update name and keywords of package.

v1.3.8

05 Aug 03:02
Compare
Choose a tag to compare

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

  1. Update @jhuix/showdowns v0.5.7.

Publish v1.3.7 release

23 Oct 08:37
Compare
Choose a tag to compare

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

  1. Update @jhuix/showdowns v0.5.6:

  2. Modify default values of the 4 math delimiters;

  3. Fixed possible invalid custom values of math delimiters.

  4. Fixed the bug with fast input failed to render the latest content in markdown files that has multi plantuml.

  5. Add output console of 'MDPS Extension' to display output log.

Publish v1.3.6 release

16 Oct 09:13
Compare
Choose a tag to compare

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

  1. 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.

  2. Adjust the name of all settings;

  3. Split katexDelimiters setting into 4 delimiters settings.

  4. Fixed failed to render inine katex math when open html in browser or create local html.

Publish v1.3.4 release

15 Oct 01:24
Compare
Choose a tag to compare

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

  1. Update @jhuix/showdowns v0.5.3.

  2. Add delimiters setting of katex math features.

  3. Add flavor setting of preview html features.

  4. Optimized preview html page.

Publish v1.3.3 release

13 Oct 10:50
Compare
Choose a tag to compare

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

  1. 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.

  2. Fixed Issue #3, Issue #6.

  3. Enhancement Issue #2, Issue #5.

  4. Optimized rendering of multiple plantuml in the same file.

  5. When theme setting of vega or mermaid is changed, it can take effect dynamically.

Publish v1.3.1 release

15 Sep 03:46
Compare
Choose a tag to compare

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.

Publish v1.3.0 release

13 Sep 09:07
Compare
Choose a tag to compare
Pre-release

A excellent markdown preview extension for Visual Studio Code, Version 1.3.0.
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.

Publish v1.2.2 release

19 Jan 07:22
Compare
Choose a tag to compare

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

  1. Delete condition of files.autoSave to accelerated rendering when upate text of preview page.

  2. Remove extension event of onDidSaveTextDocument.

  3. Accelerated rendering for plantuml using java single process.

Publish v1.2.1 release

16 Jan 06:45
Compare
Choose a tag to compare

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

  1. Add custom font size setting of preview page, default "14" px.

  2. Fixed not auto found setup path of chrome in windows platform.