Skip to content

Commit fe2a496

Browse files
committed
Fix syntax for autonumbered list
1 parent d6ad66f commit fe2a496

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,10 @@ Custom Attributes on script and link Tags
173173
Custom attributes can be added to rendered ``script`` or ``link`` in 3
174174
different ways:
175175

176-
1. Via global config (``script_attributes`` and ``link_attributes``) - see the
176+
#. Via global config (``script_attributes`` and ``link_attributes``) - see the
177177
config example above.
178-
179-
1. When rendering in Twig - see the ``attributes`` option in the docs above.
180-
181-
1. By listening to the ``Symfony\WebpackEncoreBundle\Event\RenderAssetTagEvent``
178+
#. When rendering in Twig - see the ``attributes`` option in the docs above.
179+
#. By listening to the ``Symfony\WebpackEncoreBundle\Event\RenderAssetTagEvent``
182180
event. For example::
183181

184182
namespace App\EventSubscriber;

0 commit comments

Comments
 (0)