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

Function print_heading

markdown_it/cli/parse.py:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119
120def print_heading() -> None:
121 print(f"{version_str} (interactive)")
122 print("Type Ctrl-D to complete input, or Ctrl-C to exit.")
123
124
125if __name__ == "__main__":

Callers 1

interactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…