Interface MarkupOption

MarkupOption markup options

Hierarchy

  • MarkupOption

Properties

Context?: string

URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir}

in: body

FilePath?: string

File path for detecting extension in file mode

in: body

Mode?: string

Mode to render (markdown, comment, wiki, file)

in: body

Text?: string

Text markup to render

in: body

Wiki?: boolean

Is it a wiki page? (use mode=wiki instead)

Deprecated: true in: body

Generated using TypeDoc