< Back


IMarkdownBlockElement

Namespace: Markdown

Markdown block element interface.

public interface IMarkdownBlockElement

Methods

ToString()

Returns a string that represents the current markdown block element.

string ToString()

Returns

String
A string that represents the current markdown block element.


< Back