markdown_quill library
Classes
- CustomAttributeHandler
-
public version of
_AttributeHandler - DeltaToMarkdown
-
Convertor from
Deltato quill Markdown string. - EmbeddableTable
-
An
Embeddabletable 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
- CustomContentHandler = void Function(QuillText text, StringSink out)
- DeltaToMarkdownVisitLineHandleNewLine = void Function(Style style, StringSink out)
-
ElementToAttributeConvertor
= List<
Attribute> Function(Element element) -
Converts markdown
md.Elementto list ofAttribute. -
ElementToEmbeddableConvertor
= Embeddable Function(Map<
String, String> elAttrs) -
Converts markdown
md.ElementtoEmbeddable. - EmbedToMarkdown = void Function(Embed embed, StringSink out)
-
Outputs
Embedelement as markdown.