View on GitHub

Markdown Class

Documentation for this section has not yet been entered.

Syntax

public sealed class Markdown : IDisposable

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
Version Version . Returns the version of the underlying sundown library.

Public Methods

Dispose ()
Documentation for this section has not yet been entered.
Finalize ()
Documentation for this section has not yet been entered.
Render (Buffer, Buffer)
Documentation for this section has not yet been entered.
Render (Buffer, byte[])
Documentation for this section has not yet been entered.
Render (Buffer, string)
Documentation for this section has not yet been entered.
Render (Buffer, byte[], int)
Documentation for this section has not yet been entered.
Render (Buffer, byte[], long)
Documentation for this section has not yet been entered.
Render (Buffer, byte[], IntPtr)
Documentation for this section has not yet been entered.
Render (Buffer, System.Text.Encoding, string)
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, byte[])
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, string)
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, byte[], int)
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, byte[], long)
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, byte[], IntPtr)
Documentation for this section has not yet been entered.
static
SmartyPants (Buffer, System.Text.Encoding, string)
Documentation for this section has not yet been entered.
Transform (Buffer) : Buffer
Documentation for this section has not yet been entered.
Transform (byte[]) : byte[]
Documentation for this section has not yet been entered.
Transform (string) : string
Documentation for this section has not yet been entered.

Member Details

Markdown Constructor

Documentation for this section has not yet been entered.

Syntax

public Markdown (Renderer renderer)

Parameters

renderer
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Markdown Constructor

Documentation for this section has not yet been entered.

Syntax

public Markdown (Renderer renderer, MarkdownExtensions extensions)

Parameters

renderer
Documentation for this section has not yet been entered.
extensions
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Markdown Constructor

Documentation for this section has not yet been entered.

Syntax

public Markdown (Renderer renderer, int maxNesting)

Parameters

renderer
Documentation for this section has not yet been entered.
maxNesting
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Markdown Constructor

Documentation for this section has not yet been entered.

Syntax

public Markdown (Renderer renderer, MarkdownExtensions extensions, int maxNesting)

Parameters

renderer
Documentation for this section has not yet been entered.
extensions
Documentation for this section has not yet been entered.
maxNesting
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Dispose Method

Documentation for this section has not yet been entered.

Syntax

public void Dispose ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Finalize Method

Documentation for this section has not yet been entered.

Syntax

void Finalize ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, Buffer in)

Parameters

out
Documentation for this section has not yet been entered.
in
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, byte[] array)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, string str)

Parameters

out
Documentation for this section has not yet been entered.
str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, byte[] array, int length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, byte[] array, long length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, byte[] array, IntPtr length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Render Method

Documentation for this section has not yet been entered.

Syntax

public void Render (Buffer out, System.Text.Encoding encoding, string str)

Parameters

out
Documentation for this section has not yet been entered.
encoding
Documentation for this section has not yet been entered.
str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, byte[] array)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, string str)

Parameters

out
Documentation for this section has not yet been entered.
str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, byte[] array, int length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, byte[] array, long length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, byte[] array, IntPtr length)

Parameters

out
Documentation for this section has not yet been entered.
array
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

SmartyPants Method

Documentation for this section has not yet been entered.

Syntax

public static void SmartyPants (Buffer out, System.Text.Encoding encoding, string str)

Parameters

out
Documentation for this section has not yet been entered.
encoding
Documentation for this section has not yet been entered.
str
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Transform Method

Documentation for this section has not yet been entered.

Syntax

public Buffer Transform (Buffer in)

Parameters

in
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Transform Method

Documentation for this section has not yet been entered.

Syntax

public byte[] Transform (byte[] data)

Parameters

data
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Transform Method

Documentation for this section has not yet been entered.

Syntax

public string Transform (string str)

Parameters

str
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0

Version Property

Returns the version of the underlying sundown library.

Syntax

public static Version Version { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0