mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix travis builds on v2: gofmt harder (#470)
This commit is contained in:
parent
e97f103314
commit
0e0e3095cb
4
block.go
4
block.go
|
@ -1293,8 +1293,8 @@ gatherlines:
|
||||||
chunk := data[line+indentIndex : i]
|
chunk := data[line+indentIndex : i]
|
||||||
|
|
||||||
if p.extensions&FencedCode != 0 {
|
if p.extensions&FencedCode != 0 {
|
||||||
// determine if in or out of codeblock
|
// determine if in or out of codeblock
|
||||||
// if in codeblock, ignore normal list processing
|
// if in codeblock, ignore normal list processing
|
||||||
_, marker := isFenceLine(chunk, nil, codeBlockMarker)
|
_, marker := isFenceLine(chunk, nil, codeBlockMarker)
|
||||||
if marker != "" {
|
if marker != "" {
|
||||||
if codeBlockMarker == "" {
|
if codeBlockMarker == "" {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user