Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MarkdownSection

Index

Constructors

constructor

  • Parameters

    • Optional heading: string

    Returns MarkdownSection

Properties

HasChildFlag

HasChildFlag: boolean = false

Heading

Heading: string

Lines

Lines: string[] = []

PreLines

PreLines: string[] = []

Sections

Sections: MarkdownSection[] = []

Accessors

HasChild

  • get HasChild(): boolean
  • Returns boolean

IsTop

  • get IsTop(): boolean
  • Returns boolean

Methods

GetLines

  • GetLines(): string[]
  • Returns string[]

Sort

toString

  • toString(): string
  • Returns string

Static GetHeadingLevel

  • GetHeadingLevel(line: string): number
  • Parameters

    • line: string

    Returns number

Static IsHeading

  • IsHeading(line: string): boolean
  • Parameters

    • line: string

    Returns boolean

Static Parse

  • Parameters

    • lines: string[]

    Returns MarkdownSection

Static ParseSections

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration
  • Static method

Generated using TypeDoc