mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
add a test
This commit is contained in:
parent
f6a84f0487
commit
2caf4b1e27
1 changed files with 8 additions and 0 deletions
|
|
@ -5190,5 +5190,13 @@
|
||||||
"start_line": 9365,
|
"start_line": 9365,
|
||||||
"end_line": 9369,
|
"end_line": 9369,
|
||||||
"section": "Textual content"
|
"section": "Textual content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"markdown": " ```\n aaa\naaa\n```",
|
||||||
|
"html": "<pre><code>aaa\naaa\n</code></pre>\n",
|
||||||
|
"example": 650,
|
||||||
|
"start_line": 0,
|
||||||
|
"end_line": 0,
|
||||||
|
"section": "Fenced code blocks"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in a new issue