mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-26 12:04:46 +01: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]
|
||||
|
||||
if p.extensions&FencedCode != 0 {
|
||||
// determine if in or out of codeblock
|
||||
// if in codeblock, ignore normal list processing
|
||||
// determine if in or out of codeblock
|
||||
// if in codeblock, ignore normal list processing
|
||||
_, marker := isFenceLine(chunk, nil, codeBlockMarker)
|
||||
if marker != "" {
|
||||
if codeBlockMarker == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user