mirror of
https://github.com/status-im/markdown.git
synced 2025-02-23 00:28:25 +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:
|
// Markdown with most useful extensions enabled, including:
|
||||||
//
|
//
|
||||||
// * Smartypants processing with smart fractions and LaTeX dashes
|
// * Smartypants processing with smart fractions and LaTeX dashes
|
||||||
|
//
|
||||||
// * Intra-word emphasis suppression
|
// * Intra-word emphasis suppression
|
||||||
|
//
|
||||||
// * Tables
|
// * Tables
|
||||||
|
//
|
||||||
// * Fenced code blocks
|
// * Fenced code blocks
|
||||||
|
//
|
||||||
// * Autolinking
|
// * Autolinking
|
||||||
|
//
|
||||||
// * Strikethrough support
|
// * Strikethrough support
|
||||||
|
//
|
||||||
// * Strict header parsing
|
// * Strict header parsing
|
||||||
|
//
|
||||||
// * Custom Header IDs
|
// * Custom Header IDs
|
||||||
func MarkdownCommon(input []byte) []byte {
|
func MarkdownCommon(input []byte) []byte {
|
||||||
// set up the HTML renderer
|
// set up the HTML renderer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user