about summary refs log tree commit diff
path: root/doc/hooks/gnome.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/gnome.section.md
parent830f5b33ddfbfa8d8864a6724fcac87f893ec88a (diff)
downloadnixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar.gz
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar.bz2
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar.lz
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar.xz
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.tar.zst
nixlib-e42a5c78e75aba56b546cbcb8efdf46587fea276.zip
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/gnome.section.md')
-rw-r--r--doc/hooks/gnome.section.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/hooks/gnome.section.md b/doc/hooks/gnome.section.md
index 8c209d9b472c..b10e80802027 100644
--- a/doc/hooks/gnome.section.md
+++ b/doc/hooks/gnome.section.md
@@ -1,4 +1,3 @@
-
-### GNOME platform {#gnome-platform}
+# GNOME platform {#gnome-platform}
 
 Hooks related to GNOME platform and related libraries like GLib, GTK and GStreamer are described in [](#sec-language-gnome).