View on GitHub

BBCodeRenderer Class

Documentation for this section has not yet been entered.

Syntax

public class BBCodeRenderer : Renderer

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 Renderer.

Public Constructors

The default constructor of BBCodeRenderer.
The constructor taking a instance object of the class Sundown.BBCodeOptions.

Public Methods

DocumentFooter (Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
DocumentHeader (Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Entity (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Finalize ()
Documentation for this section has not yet been entered. (Inherited from Renderer.)
NormalText (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)

Protected Methods

Autolink (Buffer, Buffer, AutolinkType) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
BlockCode (Buffer, Buffer, Buffer)
Documentation for this section has not yet been entered.
BlockCode (Buffer, Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
BlockHtml (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
BlockQuote (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Codespan (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
DoubleEmphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
DoubleEmphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
Emphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Emphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
Header (Buffer, Buffer, int)
Documentation for this section has not yet been entered.
Header (Buffer, Buffer, int)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
HRule (Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Image (Buffer, Buffer, Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Initialize ()
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Linebreak (Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
Link (Buffer, Buffer, Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Link (Buffer, Buffer, Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
List (Buffer, Buffer, int)
Documentation for this section has not yet been entered.
List (Buffer, Buffer, int)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
ListItem (Buffer, Buffer, int)
Documentation for this section has not yet been entered.
ListItem (Buffer, Buffer, int)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
override
Paragraph (Buffer, Buffer)
Documentation for this section has not yet been entered.
Paragraph (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
RawHtmlTag (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Strikethrough (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
SuperScript (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)
Table (Buffer, Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
TableCell (Buffer, Buffer, TableFlags)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
TableRow (Buffer, Buffer)
Documentation for this section has not yet been entered. (Inherited from Renderer.)
TripleEmphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered. (Inherited from Renderer.)

Member Details

BBCodeRenderer Constructor

The default constructor of BBCodeRenderer.

Syntax

public BBCodeRenderer ()

Remarks

Will use the default values in Sundown.BBCodeOptions.

Requirements

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

BBCodeRenderer Constructor

The constructor taking a instance object of the class Sundown.BBCodeOptions.

Syntax

public BBCodeRenderer (BBCodeOptions options)

Parameters

options
An instance of Sundown.BBCodeOptions which the user specify the sizes of the different headers.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

BlockCode Method

Documentation for this section has not yet been entered.

Syntax

protected override void BlockCode (Buffer ob, Buffer text, Buffer language)

Parameters

ob
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.
language
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

DoubleEmphasis Method

Documentation for this section has not yet been entered.

Syntax

protected override bool DoubleEmphasis (Buffer ob, Buffer text)

Parameters

ob
Documentation for this section has not yet been entered.
text
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

Emphasis Method

Documentation for this section has not yet been entered.

Syntax

protected override bool Emphasis (Buffer ob, Buffer text)

Parameters

ob
Documentation for this section has not yet been entered.
text
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

Header Method

Documentation for this section has not yet been entered.

Syntax

protected override void Header (Buffer ob, Buffer text, int level)

Parameters

ob
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.
level
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

Link Method

Documentation for this section has not yet been entered.

Syntax

protected override bool Link (Buffer ob, Buffer link, Buffer title, Buffer content)

Parameters

ob
Documentation for this section has not yet been entered.
link
Documentation for this section has not yet been entered.
title
Documentation for this section has not yet been entered.
content
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

List Method

Documentation for this section has not yet been entered.

Syntax

protected override void List (Buffer ob, Buffer text, int flags)

Parameters

ob
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.
flags
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

ListItem Method

Documentation for this section has not yet been entered.

Syntax

protected override void ListItem (Buffer ob, Buffer text, int flags)

Parameters

ob
Documentation for this section has not yet been entered.
text
Documentation for this section has not yet been entered.
flags
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

Paragraph Method

Documentation for this section has not yet been entered.

Syntax

protected override void Paragraph (Buffer ob, Buffer text)

Parameters

ob
Documentation for this section has not yet been entered.
text
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