builders static method
Custom element builders that provide syntax-highlighted code blocks.
Implementation
static Map<String, MarkdownElementBuilder> builders() {
return {'pre': HighlightedCodeBlockBuilder(), 'img': ChunkImageBuilder()};
}
Custom element builders that provide syntax-highlighted code blocks.
static Map<String, MarkdownElementBuilder> builders() {
return {'pre': HighlightedCodeBlockBuilder(), 'img': ChunkImageBuilder()};
}