Re: [PATCH resend] doc: format-rev: use [synopsis] on code block
"Kristoffer Haugsbakk" <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 11, 2026, at 18:27, Patrick Steinhardt wrote: > On Tue, Aug 11, 2026 at 06:23:18PM +0200, Kristoffer Haugsbakk wrote: >> On Tue, Aug 11, 2026, at 14:32, Patrick Steinhardt wrote: >>>[snip] >> <subject> is highlighted in running text when using (_) or (`). > > Ah, so we have different kinds of synopsis depending on what it applies > to? Yeah, that must be it. To be honest I had neglected to consider that the command description part uses the same syntax already... x) >>[snip] >> >> i.e. the format `"%s"` would transform some commit object name to >> `"<subject>"` without any termination. Like this: ... > > Makes sense, thanks! Thank you.