Documentation
¶
Overview ¶
Package htmlutil provides HTML utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkdownToHTML ¶
MarkdownToHTML converts trusted markdown text to HTML. For untrusted markdown, use MarkdownToSafeHTML instead.
func MarkdownToSafeHTML ¶
MarkdownToSafeHTML converts untrusted markdown text to safe HTML. It escapes any HTML present in the original markdown document before converting the document to HTML.
Types ¶
Click to show internal directories.
Click to hide internal directories.