From 46ca86baf6a31e72576df781a508888be2f9c35b Mon Sep 17 00:00:00 2001 From: Nick Aldwin Date: Thu, 1 Jul 2021 03:24:04 -0400 Subject: [PATCH] Fixed link in documentation (#2801) I noticed in the docs that the link to browse the key codes actually links to the snippets extension. I believe this was due to an accidental switch of the numbers used as link references. Might I suggest at some point converting this page to use textual keys (e.g. `[keys-extension]` instead of `[14]`) to prevent such inadvertent swaps in the future? --- docs/reference/code-blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index db023e9d5..d7bb5c0e1 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -382,7 +382,7 @@ The `#!python range()` function is used to generate a sequence of numbers. ### Adding keyboard keys When [Keys][22] is enabled, keyboard keys can be rendered with a simple syntax. -Consult the [Python Markdown Extensions][16] documentation to learn about all +Consult the [Python Markdown Extensions][14] documentation to learn about all available key codes. _Example_: