super_editor_markdown 0.1.4 copy "super_editor_markdown: ^0.1.4" to clipboard
super_editor_markdown: ^0.1.4 copied to clipboard

retractedoutdated

Markdown (de)serialization for super_editor documents.

[0.1.4] - 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.3] - July, 2022 #

  • Updated AttributedText serialization to use new AttributionVisitor API.

[0.1.2] - ~July, 2022~ (Removed from pub) #

  • Updated AttributedText serialization to use new AttributionVisitor 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.