We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125aca5 commit 93fe9a3Copy full SHA for 93fe9a3
.pre-commit-config.yaml
@@ -16,11 +16,11 @@ exclude: >
16
repos:
17
18
- repo: https://github.com/executablebooks/mdformat
19
- rev: 0.7.2
+ rev: 0.7.4
20
hooks:
21
- id: mdformat
22
args: [--number]
23
- additional_dependencies: [mdformat-myst==0.1.1]
+ additional_dependencies: [mdformat-myst==0.1.2]
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
rev: v3.3.0
docs/index.md
@@ -28,8 +28,9 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
28
- <http://talk.commonmark.org> - CommonMark forum, good place to collaborate developers' efforts.
29
30
```{toctree}
31
-:maxdepth: 2
32
-
+---
+maxdepth: 2
33
34
using
35
architecture
36
other
0 commit comments