Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
Represents an (unformatted) text element which's content will be escaped before being written to the output
public sealed class MdTextSpan : MdSpan
Inheritance: object → MdSpan → MdTextSpan
Name | Description |
---|---|
MdTextSpan(string) | Initializes a new instance of MdTextSpan |
Name | Description |
---|---|
Text | Gets the element's content. The value will be escaped before being written to the output. |
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. |
Name | Description |
---|---|
Implicit(string to MdTextSpan) | Implicitly creates a MdTextSpan from a string. |
Documentation generated by MdDocs