flutter_quill_kit_markdown 0.1.0 copy "flutter_quill_kit_markdown: ^0.1.0" to clipboard
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 Quill indent attribute; 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 via onUnsupported.
  • Optional htmlFallback to round-trip underline as <u>...</u> in both directions.
  • QuillKeys: the shared Quill attribute key/value spellings, so the package stays editor-independent.
0
likes
160
points
112
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Bidirectional Quill Delta to Markdown conversion. Pure Dart companion package to flutter_quill_kit; also usable standalone or server-side.

Repository (GitHub)
View/report issues
Contributing

Topics

#markdown #quill #delta #rich-text

License

MIT (license)

Dependencies

dart_quill_delta, markdown

More

Packages that depend on flutter_quill_kit_markdown