all repos — grayfriday @ 0bf420d72ab408951224713a6c88c43397835109

blackfriday fork with a few changes

Fix a couple typos
Vytautas Ĺ altenis vytas@rtfb.lt
Sat, 23 May 2015 09:28:21 +0300
commit

0bf420d72ab408951224713a6c88c43397835109

parent

4bed88b4fd00fbb66b49b0f38ed3dd0b902ab515

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M block.goblock.go

@@ -1119,7 +1119,7 @@ if indent <= itemIndent {

break gatherlines } - // is this the first item in the the nested list? + // is this the first item in the nested list? if sublist == 0 { sublist = raw.Len() }
M markdown.gomarkdown.go

@@ -39,7 +39,7 @@ EXTENSION_SPACE_HEADERS // be strict about prefix header rules

EXTENSION_HARD_LINE_BREAK // translate newlines into line breaks EXTENSION_TAB_SIZE_EIGHT // expand tabs to eight spaces instead of four EXTENSION_FOOTNOTES // Pandoc-style footnotes - EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK // No need to insert an empty line to start a (code, quote, order list, unorder list)block + EXTENSION_NO_EMPTY_LINE_BEFORE_BLOCK // No need to insert an empty line to start a (code, quote, ordered list, unordered list) block EXTENSION_HEADER_IDS // specify header IDs with {#id} EXTENSION_TITLEBLOCK // Titleblock ala pandoc EXTENSION_AUTO_HEADER_IDS // Create the header ID from the text