API Reference
MarkdownBlockRenderBuiltInExtensions
Built-in block render extension registrations for portable or host-specific output shaping.
Inheritance
- Object
- MarkdownBlockRenderBuiltInExtensions
Methods
public static Void AddPortableCalloutHtmlFallback(HtmlOptions options) #VoidAdds a portable HTML fallback for OfficeIMO callout blocks.
Parameters
- options OfficeIMO.Markdown.HtmlOptions
public static Void AddPortableCalloutMarkdownFallback(MarkdownWriteOptions options) #VoidAdds a portable markdown fallback for OfficeIMO callout blocks.
Parameters
- options OfficeIMO.Markdown.MarkdownWriteOptions
public static Void AddPortableFootnoteSectionHtmlFallback(HtmlOptions options) #VoidAdds a portable HTML fallback for the aggregated footnote section.
Parameters
- options OfficeIMO.Markdown.HtmlOptions
public static Void AddPortableHtmlFallbacks(HtmlOptions options) #VoidAdds the full portable HTML fallback set: plain blockquotes for callouts, simple list-based TOC, and a simplified footnote section without OfficeIMO-specific chrome.
Parameters
- options OfficeIMO.Markdown.HtmlOptions
public static Void AddPortableTocHtmlFallback(HtmlOptions options) #VoidAdds a portable HTML fallback for TOC placeholders.
Parameters
- options OfficeIMO.Markdown.HtmlOptions
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Fields
public const String PortableCalloutMarkdownName #Stable registration name for the portable callout markdown fallback.
Portable.Callout.Markdownpublic const String PortableCalloutHtmlName #Stable registration name for the portable callout HTML fallback.
Portable.Callout.Htmlpublic const String PortableTocHtmlName #Stable registration name for the portable TOC HTML fallback.
Portable.Toc.Htmlpublic const String PortableFootnoteSectionHtmlName #Stable registration name for the portable footnote section HTML fallback.
Portable.Footnotes.Html