MarkupParser

laika.api.MarkupParser$
See theMarkupParser companion class
object MarkupParser

Entry point for building a MarkupParser instance.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def of(format: MarkupFormat): ParserBuilder

Returns a new builder instance for the specified markup format.

Returns a new builder instance for the specified markup format.

The format is usually an object provided by the library or a plugin that is capable of parsing a specific markup format like Markdown or reStructuredText.

Value parameters

format

the markup format to use for all parsing operations

Attributes