summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 11:44:46 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-07 11:44:46 +0300
commit52ee2fc03571a47ca4e350922b24f793d8764ee4 (patch)
tree68d6ccb2afad72940c4db019071212f9fc6d32c8
parent4c92c729ba9cd9ce8213a222702b34e47c58c3d2 (diff)
downloadvyos-documentation-52ee2fc03571a47ca4e350922b24f793d8764ee4.tar.gz
vyos-documentation-52ee2fc03571a47ca4e350922b24f793d8764ee4.zip
docs(claude-md): drop literal ``command`` example, link RST quickref instead
The previous wording `Inline code: use double backticks (\`\`command\`\`)` included literal backslashes intended to escape the inner backticks. Markdown doesn't interpret backslashes inside code spans, so the backslashes rendered verbatim — the rendered output read as \`\`command\`\` instead of the intended ``command``. Replace with a prose-only line that links the RST docutils quickref (Inline markup section). No literal RST snippet to escape; rendering is straightforward. Same fix applied symmetrically across [#1902](https://github.com/vyos/vyos-documentation/pull/1902)/[#1906](https://github.com/vyos/vyos-documentation/pull/1906)/[#1907](https://github.com/vyos/vyos-documentation/pull/1907) — the trio is byte-identical (md5 `bdea8e5c...`). \xf0\x9f\xa4\x96 Generated by [robots](https://vyos.io)
-rw-r--r--CLAUDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index c921033c..99320758 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -137,7 +137,7 @@ The first heading in every RST file uses `#` overline+underline. Field lists (e.
- American English.
- Indent with 2 spaces.
- Blank lines around headings.
-- Inline code: use double backticks (`\`\`command\`\``).
+- Inline code: use double backticks per RST convention (the [Inline markup](https://docutils.sourceforge.io/docs/user/rst/quickref.html#inline-markup) section of the docutils quick reference).
### IP addresses (linter-enforced)