Markdent::Dialect::Standard::SpanParser - Span parser for standard Markdown


Markdent documentation  | view source Contained in the Markdent distribution.

Index


NAME

Top

Markdent::Dialect::Standard::SpanParser - Span parser for standard Markdown

VERSION

Top

version 0.17

DESCRIPTION

Top

This class parses spans for the standard Markdown dialect (as defined by Daring Fireball and mdtest).

METHODS

Top

This class provides the following methods:

Markdent::Dialect::Standard::SpanParser->new( handler => $handler )

Creates a new span parser object. You must provide a span parser object.

$span_parser->parse_block(\$block)

Parses a block for span-level markup.

ROLES

Top

This class does the Markdent::Role::SpanParser, Markdent::Role::AnyParser, and Markdent::Role::DebugPrinter roles.

BUGS

Top

See Markdent for bug reporting details.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Markdent documentation  | view source Contained in the Markdent distribution.