Typedefs

MarkdownLinkCallback(String href) → void

Classes

MarkdownBodyRaw

A Widget that renders markdown formatted text. It supports all standard markdowns from the original markdown specification found here: https://daringfireball.net/projects/markdown/ This class doesn't implement any scrolling behavior, if you want scrolling either wrap the widget in a ScrollableViewport or use the MarkdownRaw widget.

MarkdownRaw

A Widget that renders markdown formatted text. It supports all standard markdowns from the original markdown specification found here: https://daringfireball.net/projects/markdown/ The rendered markdown is placed in a padded scrolling view port. If you do not want the scrolling behaviour, use the MarkdownBodyRaw class instead.

MarkdownStyleRaw

Style used for rendering markdown formatted text using the MarkdownBody widget.

SyntaxHighlighter