mirror of
https://github.com/zensical/zensical.git
synced 2026-08-23 15:46:44 +00:00
fix: regression reporting unresolved references (#866)
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
@@ -1624,6 +1624,10 @@ class TestFencedCodeBlocks:
|
||||
b"``` python\n[text](href)\n```",
|
||||
id="fenced-code-3-backticks-lang",
|
||||
),
|
||||
pytest.param(
|
||||
b"```text\n[text](href)\n\nline two\n```",
|
||||
id="fenced-code-3-backticks-lang-without-space",
|
||||
),
|
||||
pytest.param(
|
||||
b"````\n[text](href)\n````",
|
||||
id="fenced-code-4-backticks",
|
||||
|
||||
Reference in New Issue
Block a user