MarkdownParser class

Implemented types

Constructors

MarkdownParser(Logger logger)

Properties

document → Document
final
ext Iterable<String>
extension name of supported file
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
logger Logger
final
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

glossary(String content) Iterable<({String? desc, String name})>
override
langs(String content) Iterable<Article>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
page(String md) String
override
pages(Book book) → void
parse pages in book and put them all in it
override
readme(String content) → ({String? desc, String title})
override
summary(String content) Iterable<Part>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited