Table of Contents

Class AsciidocExtensions

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

This class contains extensions for AsciiDoc elements.

public static class AsciidocExtensions
Inheritance
AsciidocExtensions
Inherited Members

Methods

ToAsciidoc(Element)

Converts the element to an AsciiDoc string.

public static string ToAsciidoc(this Element element)

Parameters

element Element

Element to convert.

Returns

string

An string containing AsciiDoc.

Exceptions

ArgumentNullException

Thrown when element is null.