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

Function test_override_options

tests/test_api/test_main.py:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88def test_override_options():
89 md = MarkdownIt("zero")
90 assert md.options["maxNesting"] == 20
91 md = MarkdownIt("zero", {"maxNesting": 99})
92 assert md.options["maxNesting"] == 99
93
94
95def test_gfm_like2_tasklists_editable():

Callers

nothing calls this directly

Calls 1

MarkdownItClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…