Gets or sets the Markdig extensions to be enabled. Allows you to add extensions dynamically at runtime or set non-supported (via these options) settings
This shouldn't be needed - use the options instead but this can be used in case Markdig adds extensions that aren't exposed here.
Comma or + separated list of extension names: gridtables+pipetables+customcontainers
If options are availe
public string MarkdigExtensions { get; set; }
See also:
Class MarkdownConfiguration© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic