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

Function inline_rule

tests/test_api/test_plugin_creation.py:8–10  ·  view source on GitHub ↗
(state, silent)

Source from the content-addressed store, hash-verified

6
7
8def inline_rule(state, silent):
9 print("plugin called")
10 return False
11
12
13def test_inline_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…