API Reference
Class
MarkdownFencedBlockExtension
Defines a language-based fenced block parser extension.
Inheritance
- Object
- MarkdownFencedBlockExtension
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public MarkdownFencedBlockExtension(String name, IEnumerable<String> languages, MarkdownFencedBlockFactory createBlock) #Creates a new fenced block extension.
Parameters
- name System.String
- languages System.Collections.Generic.IEnumerable{System.String}
- createBlock OfficeIMO.Markdown.MarkdownFencedBlockFactory
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object