code

Format inline code or a fenced code block.

View Markdown

Syntax

{{ value | code }}{{ value | code:"typescript" }}

Usage

  • An optional language creates a fenced code block and adds the language after the opening fence.
  • Multiline data automatically becomes a fenced block. Backtick delimiters grow when needed to contain backticks safely.
  • For arrays and objects, including serialized collections from another filter, string values are formatted recursively while keys and non-string values are preserved.

Examples