Mercurial > p > roundup > code
diff doc/user_guide.txt @ 8052:d54af8964fe3
docs: fix unwanted highlighting.
Plain text example lines were being formatted as python. Now formatted
as plain text.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 02 Jul 2024 21:51:51 -0400 |
| parents | ce1e65af97fb |
| children | b1d384d23cdb |
line wrap: on
line diff
--- a/doc/user_guide.txt Tue Jul 02 21:34:48 2024 -0400 +++ b/doc/user_guide.txt Tue Jul 02 21:51:51 2024 -0400 @@ -628,6 +628,8 @@ specified in square brackets, using the same conventions as for the roundup set shell command. +.. highlight:: text + For example, - setting the priority of an issue:: @@ -646,6 +648,8 @@ Subject: Re: [ issue 2 ] we're out of widgets [nosy=-richard;priority=bug] +.. highlight:: python3 + In all cases, the message relates to issue 2. The ``Re:`` prefix is stripped off.
