about summary refs log tree commit diff
path: root/doc/hooks
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-08 10:11:41 +0100
committerpennae <github@quasiparticle.net>2023-02-10 06:40:00 +0100
commita15d7335a55e3a2726a2962767b0927367db1ebc (patch)
tree3856a3fd9abe42343970f2cb689f62ef92fd963d /doc/hooks
parent816365133831b90b0f5c883e4a1b43fdeb2db054 (diff)
downloadnixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar.gz
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar.bz2
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar.lz
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar.xz
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.tar.zst
nixlib-a15d7335a55e3a2726a2962767b0927367db1ebc.zip
nixos/manual: remove .title fenced divs
pandoc drops .title classes when rendering to docbook, so these are
effectively just paragraphs anyway. without support for including them
in a table of contents the complexity of parsing them in
nixos-render-docs won't be warranted.
Diffstat (limited to 'doc/hooks')
-rw-r--r--doc/hooks/breakpoint.section.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/hooks/breakpoint.section.md b/doc/hooks/breakpoint.section.md
index 41e50653e91d..9600e06b7934 100644
--- a/doc/hooks/breakpoint.section.md
+++ b/doc/hooks/breakpoint.section.md
@@ -10,9 +10,7 @@ nativeBuildInputs = [ breakpointHook ];
 When a build failure happens there will be an instruction printed that shows how to attach with `cntr` to the build sandbox.
 
 ::: {.note}
-::: {.title}
 Caution with remote builds
-:::
 
 This won’t work with remote builds as the build environment is on a different machine and can’t be accessed by `cntr`. Remote builds can be turned off by setting `--option builders ''` for `nix-build` or `--builders ''` for `nix build`.
 :::