Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtensionFormat = map[string]Formatter{ ".md": Markdown, ".markdown": Markdown, ".mdown": Markdown, ".rdoc": Markdown, ".txt": Text, ".text": Text, "": Text, ".ascii": Text, ".rst": ReStructuredText, }
ExtensionFormat maps a lowercase file extension (beginning with ".", such as ".md") to the formatter that should be used.
Functions ¶
func ReStructuredTextToHTML ¶
func StripNulls ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.