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

Function convert

markdown_it/cli/parse.py:31–33  ·  view source on GitHub ↗
(filenames: Iterable[str])

Source from the content-addressed store, hash-verified

29
30
31def convert(filenames: Iterable[str]) -> None:
32 for filename in filenames:
33 convert_file(filename)
34
35
36def convert_stdin() -> None:

Callers 1

mainFunction · 0.85

Calls 1

convert_fileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…