config/html_support library

Properties

htmlRep RegExp
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
needParseHtml(Node parentNode) bool
return true if need parse m.Node to h.Node
parseHtml(Node node) List<Node>
parse m.Node to h.Node