From ac23801df7b6ba9547f5b6c096e483cd34b35f61 Mon Sep 17 00:00:00 2001 From: Alex Voss Date: Tue, 7 Nov 2023 15:15:34 +0000 Subject: [PATCH] added missing yaml tag to code block --- examples/fonts-builtin/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fonts-builtin/docs/README.md b/examples/fonts-builtin/docs/README.md index 6e067d9..c465328 100644 --- a/examples/fonts-builtin/docs/README.md +++ b/examples/fonts-builtin/docs/README.md @@ -16,7 +16,7 @@ is an option for you. Turn off the default use of Roboto fonts loaded from Google Fonts in your `mkdocs.ym`: -``` +```yaml theme: font: false ```