Releases: kotaindah55/extended-markdown-syntax
Releases · kotaindah55/extended-markdown-syntax
2.0.11
2.0.10
Improvement
Use performant algorithm, reducing parsing frequency.
Bug Fix
Color palettes and tags arrangements are now work properly.
2.0.9
Bug Fixes
- Fix post-processor doesn't parse headings and note embeds.
- Fix post-processor doesn't properly render note in exported image via Export Image plugin. See: https://forum.obsidian.md/t/extended-markdown-syntax-not-rendering-in-export-image-plugin-when-a-note-has-properties/99312
2.0.8
Bug Fix
Fix RangeError when the parser encounters blank line.
2.0.7
2.0.6
Fixes
Plugin no longer produces errors when typing math in a blockquote/callout.
2.0.5
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
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
Minor Change
- Use capitalized "Markdown" in the plugin description and readme.
2.0.2
Minor Fix
- Fix syntax rendering issue in the table in live-preview mode.