Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.05 KB

File metadata and controls

43 lines (30 loc) · 2.05 KB

MdRawMarkdownSpan Class

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

Constructors

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

Properties

Name Description
Content Gets the element's content

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.

Documentation generated by MdDocs