package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Functions

Parse parses a document from r.
Register binds the named action, which does not begin with a period, to the specified parser to be invoked when the name, with a period, appears in the present input text.
Style returns s with HTML entities escaped and font indicators turned into HTML font tags.
Template returns an empty template with the action functions in its FuncMap.

# Constants

If set, parse only the title and subtitle.

# Variables

Is the playground available?.

# Structs

Author represents the person who wrote and/or is presenting the document.
No description provided by the author
No description provided by the author
A Context specifies the supporting context for parsing a presentation.
Doc represents an entire document.
No description provided by the author
No description provided by the author
No description provided by the author
Lines is a helper for parsing line-based input.
No description provided by the author
List represents a bulleted list.
Section represents a section of a document (such as a presentation slide) comprising a title and a list of elements.
Text represents an optionally preformatted paragraph.

# Interfaces

Elem defines the interface for a present element.

# Type aliases

No description provided by the author
ParseMode represents flags for the Parse function.