:source-highlighter: pygments :pygments-style: vs :pygments-linenums-mode: table = Title == Heading 1 == Heading 2 === Heading 3 An inline code block: [source,php] ---- echo "Hello, World"; ---- A sourced code block: [source,nix] ---- include::flake.nix[] ----