menu
markd package
documentation
markdown.dart
BlockParser
retreat method
retreat method
dark_mode
light_mode
retreat
method
void
retreat
(
)
Retreats the reading position by one line.
Implementation
void retreat() { _pos--; }
markd package
documentation
markdown
BlockParser
retreat method
BlockParser class