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

Function block_rule

tests/test_api/test_plugin_creation.py:37–39  ·  view source on GitHub ↗
(state, startLine, endLine, silent)

Source from the content-addressed store, hash-verified

35
36
37def block_rule(state, startLine, endLine, silent):
38 print("plugin called")
39 return False
40
41
42def test_block_after(capsys):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…