Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
convert(filenames: Iterable[str]) -> None:
32
for
filename in filenames:
33
convert_file(filename)
34
35
36
def
convert_stdin() -> None:
Callers
1
main
Function · 0.85
Calls
1
convert_file
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…