9 references to new
Microsoft.Extensions.DataIngestion.Markdig (3)
MarkdownParser.cs (3)
41
IngestionDocumentSection rootSection =
new
(documentMarkdown);
158
IngestionDocumentSection list =
new
(listMarkdown);
184
IngestionDocumentSection quote =
new
(elementMarkdown);
Microsoft.Extensions.DataIngestion.MarkItDown (3)
src\Libraries\Microsoft.Extensions.DataIngestion.Markdig\MarkdownParser.cs (3)
41
IngestionDocumentSection rootSection =
new
(documentMarkdown);
158
IngestionDocumentSection list =
new
(listMarkdown);
184
IngestionDocumentSection quote =
new
(elementMarkdown);
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
23
doc.Sections.Add(new
IngestionDocumentSection
("first section")
30
new
IngestionDocumentSection
("nested section")
40
doc.Sections.Add(new
IngestionDocumentSection
("second section")