LatexNode constructor

LatexNode(
  1. Map<String, String> attributes,
  2. String textContent,
  3. MarkdownConfig config
)

Implementation

LatexNode(this.attributes, this.textContent, this.config);