Fix bullet points in MarkdownCommon docs

This commit is contained in:
Vytautas Šaltenis 2016-07-28 19:23:04 +03:00
parent bd774a209a
commit 46b7355a78

View File

@ -324,12 +324,19 @@ func MarkdownBasic(input []byte) []byte {
// 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