3 references to Parse
Microsoft.Extensions.DataIngestion.MarkItDown (3)
MarkItDownMcpReader.cs (2)
64return MarkdownParser.Parse(markdown, identifier); 86return MarkdownParser.Parse(markdown, identifier);
MarkItDownReader.cs (1)
92return MarkdownParser.Parse(outputContent, identifier);