Skip to content

Releases: kotaindah55/extended-markdown-syntax

2.0.1

06 Feb 19:56

Choose a tag to compare

Minor Changes

  • Re-add ability to remove highlight from colors menu.
  • Change colors menu item name to sentence case.

Bugs Fix

  • Colors menu is no longer placed in unexpected position while using canvas.
  • Wikilinks are treated as skipped elements, thus any syntax won't be parsed in it.
  • Fix rendering issue when facing big text.
  • Fix partial parsing doesn't work properly.

2.0.0

05 Feb 16:44

Choose a tag to compare

New Features

  • Add options to enable and disable particular formatting.

Changes

  • For now, inline formatting can only be applied when both opening and closing delimiter present.
  • More context-aware.
  • Click the color button to open colors menu instead of hovering over it.
  • Use new method for parsing the syntax by implementing semi-incremental parser.
  • No longer use separated parser for tokenizing each formatting type.
  • Better parsing in preview mode post-processor, by implementing some DOM API and avoiding use innerHTML.
  • Make documentation more clear.

Bugs fix

  • #1 Fix bug that formatting doesn't apply the style

1.0.0

25 Sep 15:57

Choose a tag to compare

1.0.0 Pre-release
Pre-release

First release build.