Skip to content

Releases: kotaindah55/extended-markdown-syntax

2.0.11

18 Apr 15:24

Choose a tag to compare

Bug Fix

Force text color in the highlight to be normal (black/white, depends on dark/light mode).

2.0.10

18 Apr 14:22

Choose a tag to compare

Improvement

Use performant algorithm, reducing parsing frequency.

Bug Fix

Color palettes and tags arrangements are now work properly.

2.0.9

08 Apr 14:18

Choose a tag to compare

Bug Fixes

2.0.8

07 Apr 02:52

Choose a tag to compare

Bug Fix

Fix RangeError when the parser encounters blank line.

2.0.7

06 Apr 21:16

Choose a tag to compare

New Features

  • Ability to prevent modified fenced divs from being styled in source mode.

Bug Fixes

  • Fenced divs no longer being separated into several lines. #9
  • Fix color palettes' reset button appending another palettes instead of replacing the old one.

2.0.6

20 Mar 15:04

Choose a tag to compare

Fixes

Plugin no longer produces errors when typing math in a blockquote/callout.

2.0.5

18 Mar 13:32

Choose a tag to compare

New Features

  • Enable formatting through commands and context menu.
  • Predefined tags for custom span and fenced div.
  • Option to show/hide tag/color menu after doing formatting.

Changes

  • Arrange color palettes and predefined tags with drag and drop interface.
  • Remove "shift-up" and "shift-down" buttons that used to arrange the color palettes before.

Fixes

  • Fix highlight color disappearing in the canvas.
  • Fix RangeError in some cases.

2.0.4

04 Mar 17:24

Choose a tag to compare

New Features

  • Add new syntax: custom span and Pandoc-style fenced div, you can define any class inside their tag.
  • Have ability to alter display behavior of the custom highlight and custom span tag through the settings.
  • Customize the highlight colors and their tag as you want.

Changes

  • Remove support of custom align syntax (replaced by fenced div).
  • No longer need to restart the app after changing the settings.

Fixes

  • Syntax no longer be broken when quickly scroll the big-sized note.
  • Fix some issues related to the parsing context.

2.0.3

25 Feb 21:53

Choose a tag to compare

Minor Change

  • Use capitalized "Markdown" in the plugin description and readme.

2.0.2

07 Feb 07:51

Choose a tag to compare

Minor Fix

  • Fix syntax rendering issue in the table in live-preview mode.