Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
Represents a span of raw Markdown content that will not be escaped before being written to the output
public sealed class MdRawMarkdownSpan : MdSpan
Inheritance: object → MdSpan → MdRawMarkdownSpan
Name | Description |
---|---|
MdRawMarkdownSpan(string) | Initializes a new instance of MdRawMarkdownSpan |
Name | Description |
---|---|
Content | Gets the element's content |
Name | Description |
---|---|
DeepEquals(MdSpan) | Recursively compares the span to the specified instance of MdSpan. |
ToString() | Converts the span to a Markdown string. |
ToString(MdSerializationOptions) | Converts the span to a Markdown string using the specified serialization options. |
Documentation generated by MdDocs