markdown_quill library
Classes
- DeltaToMarkdown
-
Convertor from
Delta
to quill Markdown string. - EmbeddableTable
-
An
Embeddable
table that can used to render a table in quill_editor - EmbeddableTableSyntax
- Parses markdown table and saves the table markdown content into the element attributes.
- MarkdownToDelta
-
Convertor from Markdown string to quill
Delta
.
Typedefs
-
ElementToAttributeConvertor
= List<
Attribute> Function(Element element) -
Converts markdown
md.Element
to list ofAttribute
. -
ElementToEmbeddableConvertor
= Embeddable Function(Map<
String, String> elAttrs) -
Converts markdown
md.Element
toEmbeddable
. - EmbedToMarkdown = void Function(Embed embed, StringSink out)
-
Outputs
Embed
element as markdown.