API Reference
Class
MarkdownFencedBlockFactoryContext
Context passed to fenced block extension factories during parsing.
Inheritance
- Object
- MarkdownFencedBlockFactoryContext
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Language { get; } #Parsed primary fence language token that opened the block.
public String InfoString { get; } #Full raw fence info string that opened the block.
public MarkdownCodeFenceInfo FenceInfo { get; } #Structured fenced-code info metadata.
public String Content { get; } #Raw fenced block payload.
public Boolean IsFenced { get; } #Whether the source block was fenced rather than indented.
public String Caption { get; } #Optional caption parsed immediately after the block.