pull/702/merge
Patricio Whittingslow 2022-09-02 03:23:25 +03:00 committed by GitHub
commit 481f2ef284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1296,7 +1296,7 @@ gatherlines:
if p.extensions&FencedCode != 0 {
// determine if in or out of codeblock
// if in codeblock, ignore normal list processing
_, marker := isFenceLine(chunk, nil, codeBlockMarker)
_, marker := isFenceLine(chunk, new(string), codeBlockMarker)
if marker != "" {
if codeBlockMarker == "" {
// start of codeblock