Documentation ¶
Overview ¶
Package escape escapes characters that are commonly used in markdown like the * for strong/italic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarkdownCharacters ¶
MarkdownCharacters escapes common markdown characters so that `<p>**Not Bold**</p> ends up as correct markdown `\*\*Not Strong\*\*`. No worry, the escaped characters will display fine, just without the formatting.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.