From 0120c193a5cd3491c119b1c4012b33f2e86d1c15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:55:51 +0000 Subject: [PATCH] Enable C++ syntax highlighting via pymdownx.highlight and pymdownx.superfences Co-authored-by: orange-cpp <59374393+orange-cpp@users.noreply.github.com> --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f8086be..12422ca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,10 @@ theme: accent: orange font: text: Roboto Condensed +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + - pymdownx.superfences extra_css: - styles/fonts.css - styles/center.css \ No newline at end of file