components property
Implementation
static final List<MarkdownComponent> components = [
CodeBlockMd(),
NewLines(),
TableMd(),
HTag(),
IndentMd(),
UnOrderedList(),
OrderedList(),
RadioButtonMd(),
CheckBoxMd(),
HrLine(),
ImageMd(),
HighlightedText(),
BoldMd(),
LatexMathMultyLine(),
LatexMath(),
ItalicMd(),
ATagMd(),
SourceTag(),
];