Releases: kotaindah55/extended-markdown-syntax
Releases · kotaindah55/extended-markdown-syntax
2.0.1
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
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
First release build.