Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.5 KB

File metadata and controls

49 lines (34 loc) · 2.5 KB

MdTextSpan Class

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

Constructors

Name Description
MdTextSpan(string) Initializes a new instance of MdTextSpan

Properties

Name Description
Text Gets the element's content. The value will be escaped before being written to the output.

Methods

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.

Operators

Name Description
Implicit(string to MdTextSpan) Implicitly creates a MdTextSpan from a string.

Documentation generated by MdDocs