We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e65874 commit a798c0eCopy full SHA for a798c0e
console/coloring.rst
@@ -67,11 +67,9 @@ You can also set these colors and options directly inside the tagname::
67
68
.. note::
69
70
- If you need to render a tag literally, you must escape it with a backslash: ``\<info>``.
71
- You can use :method:`OutputFormatter::escape() <Symfony\\Component\\Console\\Formatter\\OutputFormatter::escape>`
72
- to escape all tags of a given text.
73
-
74
- If you need to render a literal backslash before a tag, replace it with ``<<``.
+ If you need to render a tag literally, escape it with a backslash: ``\<info>``
+ or use the :method:`Symfony\\Component\\Console\\Formatter\\OutputFormatter::escape`
+ method to escape all the tags included in the given string.
75
76
.. _Cmder: http://cmder.net/
77
.. _ConEmu: https://conemu.github.io/
0 commit comments