mirror of
https://github.com/zensical/zensical.git
synced 2026-08-26 09:06:49 +00:00
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
@@ -1554,6 +1554,10 @@ class TestInlineCode:
|
||||
b"``text`[text](href)``",
|
||||
id="inline-code, inner backticks",
|
||||
),
|
||||
pytest.param(
|
||||
b"`` `[text](href)`",
|
||||
id="inline-code, empty code span",
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_inline_code(self, md: bytes) -> None:
|
||||
|
||||
Reference in New Issue
Block a user