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