MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / test_issue_fixes

Function test_issue_fixes

tests/test_port/test_fixtures.py:152–156  ·  view source on GitHub ↗
(line, title, input, expected)

Source from the content-addressed store, hash-verified

150 read_fixture_file(FIXTURE_PATH.joinpath("issue-fixes.md")),
151)
152def test_issue_fixes(line, title, input, expected):
153 md = MarkdownIt()
154 text = md.render(input)
155 print(text)
156 assert text.rstrip() == expected.rstrip()

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
MarkdownItClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…