Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65b158d

Browse files
committed
Fixed a minor syntax issue in a link
1 parent 239136d commit 65b158d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console/coloring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ output (e.g. important messages, titles, comments, etc.).
99
By default, the Windows command console doesn't support output coloring. The
1010
Console component disables output coloring for Windows systems, but if your
1111
commands invoke other scripts which emit color sequences, they will be
12-
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_, `ANSICON`_
13-
,`Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_ free applications
14-
to add coloring support to your Windows command console.
12+
wrongly displayed as raw escape characters. Install the `Cmder`_, `ConEmu`_,
13+
`ANSICON`_, `Mintty`_ (used by default in GitBash and Cygwin) or `Hyper`_
14+
free applications to add coloring support to your Windows command console.
1515

1616
Using Color Styles
1717
------------------

0 commit comments

Comments
 (0)