File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,22 @@ You can also set these colors and options directly inside the tag name::
74
74
or use the :method: `Symfony\\ Component\\ Console\\ Formatter\\ OutputFormatter::escape `
75
75
method to escape all the tags included in the given string.
76
76
77
+ Using links
78
+ ~~~~~~~~~~~
79
+
80
+ You can use links in the output using the ``href `` tag, for example: ``<href=https://www.symfony.com/>Symfony</> ``.
81
+
82
+ .. versionadded :: 4.3
83
+ The ``href `` tag was introduced in Symfony 4.3.
84
+
85
+ .. note ::
86
+
87
+ The ``href `` tag currently does not work in all terminals, see `Hyperlinks in Terminal Emulators `_
88
+ for more information.
89
+
77
90
.. _Cmder : http://cmder.net/
78
91
.. _ConEmu : https://conemu.github.io/
79
92
.. _ANSICON : https://github.com/adoxa/ansicon/releases
80
93
.. _Mintty : https://mintty.github.io/
81
94
.. _Hyper : https://hyper.is/
95
+ .. _Hyperlinks in Terminal Emulators : https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
You can’t perform that action at this time.
0 commit comments