Interface CodeBlockEntry

A markdown entry for generating code blocks.

Hierarchy

Properties

append?: string

Option which will arbitrarily append a string immediately below the blockquote, ignoring block-level settings.

codeblock: string | string[]

The block of code, newlines included.

fenced?: boolean | "`" | "~"

The character for signifying how to fence the code block. Leaving this blank results in the classic indented code block.

language?: string

The code language, used for syntax highlighting in some markdown renderers.

Generated using TypeDoc