Skip to content

Commit bcba266

Browse files
committed
Documentation
1 parent d41c02e commit bcba266

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/setup/extensions/python-markdown-extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ The following configuration options are supported:
415415
copying a code block to the clipboard. Thus, the usage of either `table`
416416
or `pymdownx-inline` is recommended.
417417

418-
`anchor_linenums`{ #anchor-linenums }
418+
`anchor_linenums`{ #highlight-anchor-linenums }
419419

420420
: [:octicons-tag-24: 8.1.0][anchor_linenums support] · :octicons-milestone-24:
421421
Default: `false` – If a code blocks contains line numbers, enabling this

docs/setup/setting-up-site-search.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ The following configuration options are supported:
6868

6969
- `ar` – Arabic
7070
- `da` – Danish
71+
- `de` – German
7172
- `du` – Dutch
7273
- `en` – English
74+
- `es` – Spanish
7375
- `fi` – Finnish
7476
- `fr` – French
75-
- `de` – German
7677
- `hu` – Hungarian
7778
- `it` – Italian
7879
- `ja` – Japanese
7980
- `no` – Norwegian
8081
- `pt` – Portuguese
8182
- `ro` – Romanian
8283
- `ru` – Russian
83-
- `es` – Spanish
8484
- `sv` – Swedish
8585
- `th` – Thai
8686
- `tr` – Turkish

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ extra:
117117

118118
# Extensions
119119
markdown_extensions:
120-
- admonition
121120
- abbr
121+
- admonition
122122
- attr_list
123123
- def_list
124124
- footnotes

0 commit comments

Comments
 (0)