Fix bullet points in MarkdownCommon docs
Vytautas Ĺ altenis vytas@rtfb.lt
Thu, 28 Jul 2016 19:23:04 +0300
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
M
markdown.go
→
markdown.go
@@ -324,12 +324,19 @@ // MarkdownCommon is a convenience function for simple rendering. It calls
// Markdown with most useful extensions enabled, including: // // * Smartypants processing with smart fractions and LaTeX dashes +// // * Intra-word emphasis suppression +// // * Tables +// // * Fenced code blocks +// // * Autolinking +// // * Strikethrough support +// // * Strict header parsing +// // * Custom Header IDs func MarkdownCommon(input []byte) []byte { // set up the HTML renderer