super_editor_markdown 0.2.2
super_editor_markdown: ^0.2.2 copied to clipboard
Markdown (de)serialization for super_editor documents.
0.2.2 #
Nov 15, 2025 #
FINAL RELEASE: This release is an announcement that we've moved all the code from
this package into super_editor. Please use super_editor instead.
0.2.1 #
Nov 13, 2025 #
FINAL RELEASE: This release is an announcement that we've moved all the code from
this package into super_editor. Please use super_editor instead.
NOTE: This release was pulled back because we needed to add an upper constraint on the
version of super_editor used by this package, to prevent duplicate imports.
0.2.0 #
Aug 27, 2025 #
- ADJUSTMENT: Inline Markdown parsing is now configurable with a couple properties added to the document parser.
0.1.7 #
Jan, 2025 #
- Update
super_editordependency tov0.3.0-dev.13. - Update
markdowndependency tov7.2.1. - Update
loggingdependency tov1.3.0.
0.1.4+1 #
Nov, 2022 #
- Added support for custom Markdown block syntax.
- Fix: parsing empty markdown into a document.
- Fix: serialization of paragraph alignment, text strikethrough and underline.