all repos — grayfriday @ 0e0e3095cb287f44f2aa15e43540194f14b0385a

blackfriday fork with a few changes

Fix travis builds on v2: gofmt harder (#470)

Vytautas Ĺ altenis vytas@rtfb.lt
Sat, 04 Aug 2018 15:05:01 +0300
commit

0e0e3095cb287f44f2aa15e43540194f14b0385a

parent

e97f10331416f17c0f9e4aa091bb161a31f8e641

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

jump to
M block.goblock.go

@@ -1293,8 +1293,8 @@

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