A library to render markdown formatted text.

Classes

Markdown

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 MarkdownBody class instead.

MarkdownBody

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 Markdown widget.

MarkdownStyle

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