API Reference / IMarkdownBlockAPI ReferenceInterface IMarkdownBlockNamespace OfficeIMO.MarkdownAssembly OfficeIMO.MarkdownModifiers abstractRepresents a top-level Markdown block that can render to Markdown and HTML.Filter membersAll (2) Methods (2)Show inherited Expand all Collapse all ResetMethodspublic abstract String RenderHtml() #Returns: StringRenders a simple HTML representation of the block.public abstract String RenderMarkdown() #Returns: StringRenders the block as Markdown text.