components property

List<MarkdownComponent> components
final

Implementation

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