Fix a couple typos

pull/170/head
Vytautas Šaltenis 2015-05-23 09:28:21 +03:00
parent 4bed88b4fd
commit 0bf420d72a
2 changed files with 2 additions and 2 deletions

View File

@ -1119,7 +1119,7 @@ gatherlines:
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()
}

View File

@ -39,7 +39,7 @@ const (
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