From c6b47388be32b4bf0bd04c3a0646f6a1fbce5362 Mon Sep 17 00:00:00 2001 From: SpacePossum Date: Fri, 16 Sep 2016 13:53:59 +0200 Subject: [PATCH] Update coloring.rst --- console/coloring.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/console/coloring.rst b/console/coloring.rst index 5ff947d1962..80b805fd43c 100644 --- a/console/coloring.rst +++ b/console/coloring.rst @@ -65,6 +65,9 @@ You can also set these colors and options directly inside the tagname:: // bold text on a yellow background $output->writeln('foo'); + // bold text with underscore + $output->writeln('foo'); + .. _Cmder: http://cmder.net/ .. _ConEmu: https://conemu.github.io/ .. _ANSICON: https://github.com/adoxa/ansicon/releases