mirror of
https://github.com/status-im/markdown.git
synced 2025-02-22 16:18:22 +00:00
Fix bullet points in MarkdownCommon docs
This commit is contained in:
parent
bd774a209a
commit
46b7355a78
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user