flutter/fork/markdown_flutter/src/html_support library

Classes

HtmlElement
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
HtmlToSpanVisitor
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Properties

htmlRep RegExp
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final

Functions

htmlToMarkdown(Node? node, int deep, List<Node> mNodes) → void
see this issue: https://github.com/dart-lang/markdown/issues/284#event-3216258013 use htmlToMarkdown to convert HTML in m.Text to m.Node
parseHtml(Text node, {ValueCallback? onError, WidgetVisitor? visitor, TextStyle? parentStyle}) List<SpanNode>
parse m.Node to h.Node