Interface for a modifier.

Hierarchy

  • Modifier

Properties

match: RegExp

Regular expression to match on a modifier to activate it. This must not conflict with any other existing modifier.

process?: ((output, options) => void)

Type declaration

    • (output, options): void
    • Processes text after inserts and links have been rendered to HTML in it. Markdown will still be present.

      Parameters

      Returns void

processRaw?: ((output, options) => void)

Type declaration

    • (output, options): void
    • Process text as it was exactly written by the author, before any processing is applied to it.

      Parameters

      Returns void

Generated using TypeDoc