Discover how the MarkdownLoadOptions PreserveEmptyLines property enhances your Markdown Document loading by preserving empty lines for improved readability....PreserveEmptyLines = true }; Document doc = new Document ( stream , loadOptions...AreEqual ( "\rLine1\r\rLine2\r\f" , doc . GetText ()); } See Also class...