Plugin options

Hierarchy

  • IPluginOptions

Properties

defaultBlockMode: EBlockMode

The default mode for blocks.

Default

EBlockMode.EXPANDED

excludeMarkdownTags?: string[]

A list of markdown captures to omit. Should have the form {@....}.

invalidBlockLinkHandling: EInvalidBlockLinkHandling

The kind of error to throw in case of an invalid code block reference.

Default

EInvalidBlockLinkHandling.LOG_ERROR

logLevel: LogLevel

The plugin log level.

Default

application.logger.level

source: string

Root directory where all code blocks live.

Default

'examples'

Generated using TypeDoc