File tree 2 files changed +6
-2
lines changed
Documentation-rendertest/Admonitions-and-buttons
packages/typo3-docs-theme/resources/template/body
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ Admonitions (boxes)
20
20
Equations within a note
21
21
:math: `G_{\mu\nu } = 8 \pi G (T_{\mu\nu } + \rho _\Lambda g_{\mu\nu })`.
22
22
23
+ .. admonition :: Note
24
+
25
+ Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the ``.phar `` suffix.
26
+ This is remedied by creating a symbolic link: ``ln -s phpunit tools/phpunit.phar ``.
27
+
23
28
.. attention ::
24
29
Equations within a note
25
30
:math: `G_{\mu\nu } = 8 \pi G (T_{\mu\nu } + \rho _\Lambda g_{\mu\nu })`.
Original file line number Diff line number Diff line change 22
22
23
23
<div class =" admonition {{ name }}{{ class ? (' ' ~class) }}{% if node .classes %} {{ node .classesString }}{% endif %}" role =" alert" >
24
24
{% if titleOfSeverity %}<p class =" admonition-title" >{{ titleOfSeverity }}</p >
25
- {% endif %}
26
- {% if title and isTitled %}<p class =" admonition-title" >{{ renderNode(title ) }}</p >
25
+ {% elseif title and isTitled %}<p class =" admonition-title" >{{ renderNode(title ) }}</p >
27
26
{% endif %}
28
27
{% if title and not isTitled %}<p >{{ renderNode(title ) }}</p >
29
28
{% endif %}
You can’t perform that action at this time.
0 commit comments