File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Color code the Ansi content to HTML
44
44
----------------------------------------
45
45
46
46
By telling the ``StreamOutput `` it is decorated via the third parameter, it will return the Ansi color-coded content.
47
- The [ SensioLabs AnsiToHtml converter](https://github.com/sensiolabs/ansi-to-html) can be required using ``Composer ``
47
+ The ` SensioLabs AnsiToHtml converter `_ can be required using ``Composer ``
48
48
and helps you to get colorful html::
49
49
50
50
// src/AcmeBundle/Controller/GreetController.php
@@ -79,4 +79,7 @@ and helps you to get colorful html::
79
79
}
80
80
81
81
The ``AnsiToHtmlConverter `` can also be registered
82
- [as a Twig Extension](https://github.com/sensiolabs/ansi-to-html#twig-integration), and supports optional themes
82
+ `as a Twig Extension `_, and supports optional themes
83
+
84
+ .. _`SensioLabs AnsiToHtml converter` : https://github.com/sensiolabs/ansi-to-html
85
+ .. _`as a Twig Extension` : https://github.com/sensiolabs/ansi-to-html#twig-integration
You can’t perform that action at this time.
0 commit comments