Skip to content

Commit 1e73b74

Browse files
committed
minor #18816 Replace footnote by ref (alamirault)
This PR was merged into the 6.3 branch. Discussion ---------- Replace footnote by ref Fix #18814 Footnotes are not supported by doctrine/rst-parser#181 I used same hack than https://symfony.com/doc/4.4/contributing/code/bc.html#notes Commits ------- 5691435 Replace footnote by ref
2 parents 8a2c889 + 5691435 commit 1e73b74

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

frontend.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@ Requires a build step? yes no
2525
Works in all browsers? yes yes
2626
Supports `Stimulus/UX`_ yes yes
2727
Supports Sass/Tailwind yes :ref:`yes <asset-mapper-tailwind>`
28-
Supports React, Vue, Svelte? yes yes [#1]_
29-
Supports TypeScript yes no [#1]_
28+
Supports React, Vue, Svelte? yes yes :ref:`[1] <note-1>`
29+
Supports TypeScript yes no :ref:`[1] <note-1>`
3030
================================ ================= ======================================================
3131

32-
.. [#1] Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
33-
need to use their native tools for pre-compilation. Also, some features (like
34-
Vue single-file components) cannot be compiled down to pure JavaScript that can
35-
be executed by a browser.
32+
Notes
33+
~~~~~
34+
35+
.. _note-1:
36+
37+
**[1]** Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
38+
need to use their native tools for pre-compilation. Also, some features (like
39+
Vue single-file components) cannot be compiled down to pure JavaScript that can
40+
be executed by a browser.
3641

3742
.. _frontend-webpack-encore:
3843

0 commit comments

Comments
 (0)