super_editor_markdown 0.1.7
super_editor_markdown: ^0.1.7 copied to clipboard
Markdown (de)serialization for super_editor documents.
0.1.7 Jan, 2024 #
- Update
super_editordependency tov0.3.0-dev.13. - Update
markdowndependency tov7.2.1. - Update
loggingdependency tov1.3.0.
0.1.6 Aug, 2024 #
- Update
super_editordependency tov0.3.0-dev.3. - Update package metadata.
0.1.5 May, 2023 #
- Added explicit support for Dart 3
- Bumped
super_editordependency 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
AttributedTextserialization to use newAttributionVisitorAPI.
0.1.2 July, 2022 (Removed from pub) #
- Updated
AttributedTextserialization to use newAttributionVisitorAPI.
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.