From a2a7f58aa65f19db8ff19587a29d626c128b63ec Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 10 Feb 2018 22:48:46 -0500 Subject: [PATCH] doc: fix asciidoc->man formatting --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 01d18ac6..1533aeae 100644 --- a/src/app.rs +++ b/src/app.rs @@ -694,7 +694,7 @@ the background color for line numbers to yellow: rg --colors 'match:fg:magenta' --colors 'line:bg:yellow' foo. -Extended colors can be used for {value} when the terminal supports ANSI color +Extended colors can be used for `{value}` when the terminal supports ANSI color sequences. These are specified as either 'x' (256-color) or 'x,x,x' (24-bit truecolor) where x is a number between 0 and 255 inclusive. x may be given as a normal decimal number or a hexadecimal number, which is prefixed by `0x`.