all repos — grayfriday @ 46b7355a788e9af2207ab63452dbb1c236e31f6d

blackfriday fork with a few changes

Fix bullet points in MarkdownCommon docs
Vytautas Ĺ altenis vytas@rtfb.lt
Thu, 28 Jul 2016 19:23:04 +0300
commit

46b7355a788e9af2207ab63452dbb1c236e31f6d

parent

bd774a209a10d88da06adb3fa0fe87dc19902705

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M markdown.gomarkdown.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