From 5e1d1ebc6c13bbf32327aa672d7bf51bb2a28556 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 7 May 2026 11:44:43 +0300 Subject: docs(claude-md): drop literal ``command`` example, link RST quickref instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3