ListParsers

Provides the parsers for all reStructuredText list types.

class Object
trait Matchable
class Any

Value members

Concrete fields

Parses a bullet list with any of the supported bullet characters.

Parses a bullet list with any of the supported bullet characters.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists.

Parses an enumerated list in any of the supported combinations of enumeration style and formatting.

Parses an enumerated list in any of the supported combinations of enumeration style and formatting.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#enumerated-lists.

Parses a block of lines with line breaks preserved.

Parses a block of lines with line breaks preserved.

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#line-blocks.