From 5475dc9634c25f1abf0831e8276a3c52624746e3 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Fri, 22 Mar 2024 12:11:07 +0000 Subject: [PATCH] Enable clipboard copying for code blocks. --- mkdocs.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4b0cfea7..699778dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ theme: custom_dir: overrides features: - content.action.edit + - content.code.copy extra_css: - assets/stylesheets/extra.css watch: diff --git a/requirements.txt b/requirements.txt index c95e3fea..875bd40d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ mkdocs-multirepo-plugin==0.7.0 -mkdocs-material==9.5.6 \ No newline at end of file +mkdocs-material==9.5.14 \ No newline at end of file