package
0.0.0-20190424023223-b6314e554cd4
Repository: https://github.com/leexun/mypresent.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
NotesEnabled specifies whether presenter notes should be displayed in the present user interface.
PlayEnabled specifies whether runnable playground snippets should be displayed in the present user interface.
# 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
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.
No description provided by the author
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.
No description provided by the author
# Interfaces
Elem defines the interface for a present element.