about summary refs log tree commit diff
path: root/doc/hooks/ghc.section.md
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-06-10 17:54:02 +0200
committerpennae <github@quasiparticle.net>2023-06-10 18:17:04 +0200
commite42a5c78e75aba56b546cbcb8efdf46587fea276 (patch)
tree6e16df089ad38c4733f09a4fac05f5b71d7d99af /doc/hooks/ghc.section.md
parent830f5b33ddfbfa8d8864a6724fcac87f893ec88a (diff)
doc: make sure section depths are consecutive
skipping heading levels (eg from # to ###, or starting at ###) is legal
in pandoc, but not in nixos-render-docs. pandoc acts as though section
levels *were* consecutive, nixos-render-docs prefers to tell people not
to do that kind of thing because it can make documents more fragile.
Diffstat (limited to 'doc/hooks/ghc.section.md')
-rw-r--r--doc/hooks/ghc.section.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/hooks/ghc.section.md b/doc/hooks/ghc.section.md
index a4b0841ea486c..ac054b954a92b 100644
--- a/doc/hooks/ghc.section.md
+++ b/doc/hooks/ghc.section.md
@@ -1,4 +1,3 @@
-
-### GHC {#ghc}
+# GHC {#ghc}
 
 Creates a temporary package database and registers every Haskell build input in it (TODO: how?).