about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-06-10 18:06:27 +0200
committerpennae <github@quasiparticle.net>2023-06-10 18:17:05 +0200
commit2ecc93d6fe1be154da6ef9e268b46ec242998511 (patch)
tree870cfd82a80b7ee1387c3e877f0aba695b41e885 /doc/builders
parentf9ba30270ef6121e3923338d21fd63291c9baf28 (diff)
doc: normalize markdown for nixos-render-docs
pandoc recognizes `::: note` admonitions, nixos-render-docs only
recognizes `::: {.note}`. surprisingly pandoc also emits the correct
docbook tags for `[](#xref)`s, so we can use that too.
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/testers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/testers.chapter.md b/doc/builders/testers.chapter.md
index 928a57673e770..fb6a28b7ee4b2 100644
--- a/doc/builders/testers.chapter.md
+++ b/doc/builders/testers.chapter.md
@@ -1,5 +1,5 @@
 # Testers {#chap-testers}
-This chapter describes several testing builders which are available in the <literal>testers</literal> namespace.
+This chapter describes several testing builders which are available in the `testers` namespace.
 
 ## `hasPkgConfigModule` {#tester-hasPkgConfigModule}