super_editor_markdown 0.1.6 super_editor_markdown: ^0.1.6 copied to clipboard
Markdown (de)serialization for super_editor documents.
[0.1.6] - Aug, 2024 #
- Update
super_editor
dependency tov0.3.0-dev.3
. - Update package metadata.
[0.1.5] - May, 2023 #
- Added explicit support for Dart 3
- Bumped
super_editor
dependency tov0.2.5
[0.1.4+2] - May, 2023 #
- Added support for paragraph "justify" alignment in Markdown serialization.
[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.
[0.1.4] - Nov, 2022 #
- De-listed because we forgot to upgrade the super_editor dependency
[0.1.3] - July, 2022 #
- Updated
AttributedText
serialization to use newAttributionVisitor
API.
[0.1.2] - ~July, 2022~ (Removed from pub) #
- Updated
AttributedText
serialization to use newAttributionVisitor
API.
[0.1.1] - June, 2022 #
- BREAKING: changed super_editor_markdown to NOT append newlines after every line it serializes to avoid extra newlines at the end of a serialized document.