flutter_quill_kit_markdown 0.1.0
flutter_quill_kit_markdown: ^0.1.0 copied to clipboard
Bidirectional Quill Delta to Markdown conversion. Pure Dart companion package to flutter_quill_kit; also usable standalone or server-side.
Changelog #
0.1.0 #
- Initial release.
MarkdownToDelta/markdownToDelta: CommonMark plus fenced code blocks, GFM strikethrough and GFM task lists; list nesting becomes the Quillindentattribute; fence languages become{"code-block": "<lang>"}; output is always a valid insert-only,'\n'-terminated document delta.DeltaToMarkdown/deltaToMarkdown: bold, italic, strikethrough, inline code, links, headers 1–6, ordered/bullet lists, GFM checklists, blockquotes, fenced code blocks (with language), and image embeds; unsupported attributes are dropped and reported viaonUnsupported.- Optional
htmlFallbackto round-trip underline as<u>...</u>in both directions. QuillKeys: the shared Quill attribute key/value spellings, so the package stays editor-independent.