MCPcopy
hub / github.com/langroid/langroid / to_markdown

Method to_markdown

tests/main/test_md_parser.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 content: str
21
22 def to_markdown(self) -> str:
23 return f"{self.header}\n{self.content}\n\n"
24
25
26CH1_DATA = SectionData(

Callers 3

iterate_pagesMethod · 0.80
sample_markdownFunction · 0.80
test_markdown_chunkingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected