menu
markd package
documentation
markdown.dart
Document
getBlockParser method
getBlockParser method
dark_mode
light_mode
getBlockParser
method
BlockParser
getBlockParser
(
List
<
String
>
lines
)
Implementation
BlockParser getBlockParser(List<String> lines) => _blockParserBuilder(lines, this);
markd package
documentation
markdown
Document
getBlockParser method
Document class