On Sun, Aug 11, 2024 at 11:20 AM Jean-Noël Avila via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > Signed-off-by: Jean-Noël Avila <jn.avila@xxxxxxx> > --- > diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines > @@ -746,70 +746,72 @@ Markup: > When literal and placeholders are mixed, each markup is applied for > + each sub-entity. If the formatting is becoming too hairy, you can use the > + s:["foo"] formatting macro and let it format the groups for you. > + `--jobs` _<n>_ or s:["--jobs <n>"] > + s:["--sort=<key> > + s:["<directory>/.git"] > + s:["remote.<name>.mirror"] > + s:["ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>"] > + > +Note that the double-quotes are required by the macro. The closing `"]` is missing from the --sort example. Is that intentional?