Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MarkdownStringImpl

Hierarchy

  • MarkdownStringImpl

Implements

Index

Constructors

  • new MarkdownStringImpl(value?: string, isTrustedOrOptions?: boolean | { isTrusted?: boolean; supportHtml?: boolean; supportThemeIcons?: boolean }): MarkdownStringImpl

Properties

baseUri?: UriComponents
isTrusted?: boolean
supportHtml?: boolean
supportThemeIcons?: boolean
value: string

Methods

  • _escape(value: string, ch: string): string