WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MarkedRenderer

Index

Methods

blockquote

  • blockquote(quote: string): string
  • Parameters

    • quote: string

    Returns string

br

  • br(): string
  • Returns string

code

  • code(code: string, language: string): string
  • Parameters

    • code: string
    • language: string

    Returns string

codespan

  • codespan(code: string): string
  • Parameters

    • code: string

    Returns string

del

  • del(text: string): string
  • Parameters

    • text: string

    Returns string

em

  • em(text: string): string
  • Parameters

    • text: string

    Returns string

heading

  • heading(text: string, level: number, raw: string): string
  • Parameters

    • text: string
    • level: number
    • raw: string

    Returns string

hr

  • hr(): string
  • Returns string

html

  • html(html: string): string
  • Parameters

    • html: string

    Returns string

image

  • image(href: string, title: string, text: string): string
  • Parameters

    • href: string
    • title: string
    • text: string

    Returns string

link

  • link(href: string, title: string, text: string): string
  • Parameters

    • href: string
    • title: string
    • text: string

    Returns string

list

  • list(body: string, ordered: boolean): string
  • Parameters

    • body: string
    • ordered: boolean

    Returns string

listitem

  • listitem(text: string): string
  • Parameters

    • text: string

    Returns string

paragraph

  • paragraph(text: string): string
  • Parameters

    • text: string

    Returns string

strong

  • strong(text: string): string
  • Parameters

    • text: string

    Returns string

table

  • table(header: string, body: string): string
  • Parameters

    • header: string
    • body: string

    Returns string

tablecell

  • tablecell(content: string, flags: object): string
  • Parameters

    • content: string
    • flags: object
      • align: string
      • header: boolean

    Returns string

tablerow

  • tablerow(content: string): string
  • Parameters

    • content: string

    Returns string

text

  • text(text: string): string
  • Parameters

    • text: string

    Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc