about summary refs log tree commit diff
path: root/doc/hooks/breakpoint.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks/breakpoint.section.md')
-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`.
 :::