1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-29 20:19:11 +01:00

gofmt harder

This commit is contained in:
Vytautas Šaltenis 2018-08-04 14:53:24 +03:00
parent e97f103314
commit 7468db5270

View File

@ -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 == "" {