View on GitHub

Renderer Class

Documentation for this section has not yet been entered.

Syntax

public class 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 object.

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

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

Protected Methods

Autolink (Buffer, Buffer, AutolinkType) : bool
Documentation for this section has not yet been entered.
BlockCode (Buffer, Buffer, Buffer)
Documentation for this section has not yet been entered.
BlockHtml (Buffer, Buffer)
Documentation for this section has not yet been entered.
BlockQuote (Buffer, Buffer)
Documentation for this section has not yet been entered.
Codespan (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.
Emphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Header (Buffer, Buffer, int)
Documentation for this section has not yet been entered.
HRule (Buffer)
Documentation for this section has not yet been entered.
Image (Buffer, Buffer, Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Initialize ()
Documentation for this section has not yet been entered.
IsOverriden (string, Type) : bool
Documentation for this section has not yet been entered.
IsOverriden (Type, string) : bool
Documentation for this section has not yet been entered.
Linebreak (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.
List (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.
Paragraph (Buffer, Buffer)
Documentation for this section has not yet been entered.
RawHtmlTag (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Strikethrough (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
SuperScript (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.
Table (Buffer, Buffer, Buffer)
Documentation for this section has not yet been entered.
TableCell (Buffer, Buffer, TableFlags)
Documentation for this section has not yet been entered.
TableRow (Buffer, Buffer)
Documentation for this section has not yet been entered.
TripleEmphasis (Buffer, Buffer) : bool
Documentation for this section has not yet been entered.

Member Details

Renderer Constructor

Documentation for this section has not yet been entered.

Syntax

public 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

Autolink Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool Autolink (Buffer ob, Buffer link, AutolinkType type)

Parameters

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

BlockCode Method

Documentation for this section has not yet been entered.

Syntax

protected virtual 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

BlockHtml Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void BlockHtml (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

BlockQuote Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void BlockQuote (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

Codespan Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool Codespan (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

DocumentFooter Method

Documentation for this section has not yet been entered.

Syntax

public virtual void DocumentFooter (Buffer buffer)

Parameters

buffer
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

DocumentHeader Method

Documentation for this section has not yet been entered.

Syntax

public virtual void DocumentHeader (Buffer buffer)

Parameters

buffer
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 virtual 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 virtual 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

Entity Method

Documentation for this section has not yet been entered.

Syntax

public virtual void Entity (Buffer ob, Buffer entity)

Parameters

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

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

Header Method

Documentation for this section has not yet been entered.

Syntax

protected virtual 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

HRule Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void HRule (Buffer ob)

Parameters

ob
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

Image Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool Image (Buffer ob, Buffer link, Buffer title, Buffer alt)

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

Initialize Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void Initialize ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

IsOverriden Method

Documentation for this section has not yet been entered.

Syntax

protected bool IsOverriden (string name, Type baseType)

Parameters

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

IsOverriden Method

Documentation for this section has not yet been entered.

Syntax

protected bool IsOverriden (Type type, string name)

Parameters

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

Linebreak Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool Linebreak (Buffer ob)

Parameters

ob
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

Link Method

Documentation for this section has not yet been entered.

Syntax

protected virtual 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 virtual 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 virtual 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

NormalText Method

Documentation for this section has not yet been entered.

Syntax

public virtual void NormalText (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

Paragraph Method

Documentation for this section has not yet been entered.

Syntax

protected virtual 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

RawHtmlTag Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool RawHtmlTag (Buffer ob, Buffer tag)

Parameters

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

Strikethrough Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool Strikethrough (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

SuperScript Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool SuperScript (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

Table Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void Table (Buffer ob, Buffer header, Buffer body)

Parameters

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

TableCell Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void TableCell (Buffer ob, Buffer text, TableFlags 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

TableRow Method

Documentation for this section has not yet been entered.

Syntax

protected virtual void TableRow (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

TripleEmphasis Method

Documentation for this section has not yet been entered.

Syntax

protected virtual bool TripleEmphasis (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