File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,9 @@ You can also set these colors and options directly inside the tagname::
67
67
68
68
.. note ::
69
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 ``<< ``.
70
+ If you need to render a tag literally, escape it with a backslash: ``\<info> ``
71
+ or use the :method: `Symfony\\ Component\\ Console\\ Formatter\\ OutputFormatter::escape `
72
+ method to escape all the tags included in the given string.
75
73
76
74
.. _Cmder : http://cmder.net/
77
75
.. _ConEmu : https://conemu.github.io/
You can’t perform that action at this time.
0 commit comments