Documentation
¶
Overview ¶
Package mdplain provides the functionality to convert markdown to plain text.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlainMarkdown ¶
PlainMarkdown runs a VERY naive cleanup of markdown text to make it more palatable as plain text.
Types ¶
type TextRender ¶
type TextRender struct{}
TextRender is a renderer that converts a markdown AST to plain text.
func (*TextRender) AddOptions ¶
func (r *TextRender) AddOptions(...renderer.Option)
AddOptions is a no-op.
Click to show internal directories.
Click to hide internal directories.