MCPcopy
hub / github.com/elebumm/RedditVideoMakerBot / print_markdown

Function print_markdown

utils/console.py:13–17  ·  view source on GitHub ↗

Prints a rich info message. Support Markdown syntax.

(text)

Source from the content-addressed store, hash-verified

11
12
13def print_markdown(text) -> None:
14 """Prints a rich info message. Support Markdown syntax."""
15
16 md = Padding(Markdown(text), 2)
17 console.print(md)
18
19
20def print_step(text) -> None:

Callers 2

main.pyFile · 0.90
shutdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected