mirror of
https://github.com/danog/blackfriday.git
synced 2024-12-02 09:27:49 +01:00
gofmt harder
This commit is contained in:
parent
e97f103314
commit
7468db5270
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