Document Object Model in .NET Markdown Library

13 Aug 20261 minute to read

When an existing Markdown document is opened or a new document is created, the Markdown library creates a Document Object Model (DOM) of the document in main memory. This object model can be used to manipulate the document as needed.

Document Object Model representation in Markdown