Documentation
¶
Index ¶
- type Code
- type CodeBlock
- type Element
- type Emphasis
- type Empty
- type Header
- type Image
- type Link
- type List
- type ListItem
- type Paragraph
- type ParseResult
- func NewCodeBlockFromTokens(p ReadUnreader) (ParseResult, bool)
- func NewHeaderFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewLinkFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewListFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewListItemFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewParagraphFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewStyleFromTokens(tr ReadUnreader) (ParseResult, bool)
- func NewSubTitleFromTokens(tr ReadUnreader) (ParseResult, bool)
- type ReadUnreader
- type Strong
- type SubSubTitle
- type SubTitle
- type WhiteSpace
- type Word
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Header ¶
type Image ¶
type Link ¶
type ParseResult ¶
func NewCodeBlockFromTokens ¶
func NewCodeBlockFromTokens(p ReadUnreader) (ParseResult, bool)
func NewHeaderFromTokens ¶
func NewHeaderFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewLinkFromTokens ¶
func NewLinkFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewListFromTokens ¶
func NewListFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewListItemFromTokens ¶
func NewListItemFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewParagraphFromTokens ¶
func NewParagraphFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewStyleFromTokens ¶
func NewStyleFromTokens(tr ReadUnreader) (ParseResult, bool)
func NewSubTitleFromTokens ¶
func NewSubTitleFromTokens(tr ReadUnreader) (ParseResult, bool)
type ReadUnreader ¶
type SubSubTitle ¶
type SubSubTitle string
func (SubSubTitle) Append ¶
func (st SubSubTitle) Append(_ []Element) Element
func (SubSubTitle) Text ¶
func (st SubSubTitle) Text() string
type WhiteSpace ¶
type WhiteSpace string
func (WhiteSpace) Append ¶
func (ws WhiteSpace) Append(_ []Element) Element
func (WhiteSpace) Text ¶
func (ws WhiteSpace) Text() string
Click to show internal directories.
Click to hide internal directories.