builders static method

Map<String, MarkdownElementBuilder> builders()

Custom element builders that provide syntax-highlighted code blocks.

Implementation

static Map<String, MarkdownElementBuilder> builders() {
  return {'pre': HighlightedCodeBlockBuilder(), 'img': ChunkImageBuilder()};
}