From 2838b0111ad5a94e15ade5c778339b1412a84bc4 Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Thu, 5 Jun 2025 12:54:18 -0400 Subject: [PATCH] Add code block copy, select, annotate --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 35f5dfa..96a0cd7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,6 +32,9 @@ theme: # - navigation.footer - header.autohide - content.tooltips + - content.code.copy + - content.code.select + - content.code.annotate markdown_extensions: - admonition - pymdownx.details