Skip to content

Commit b31d45e

Browse files
committed
minor #18495 [Frontend] Fix the syntax of the intro table (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [Frontend] Fix the syntax of the intro table This was reported by `@jmsche` on Symfony Slack Commits ------- 714c297 [Frontend] Fix the syntax of the intro table
2 parents e5febf8 + 714c297 commit b31d45e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

frontend.rst

+8-6
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ 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 (but read note below)
29+
Supports TypeScript yes no (but read note below)
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+
.. note::
33+
34+
Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll
35+
need to use their native tools for pre-compilation. Also, some features (like
36+
Vue single-file components) cannot be compiled down to pure JavaScript that can
37+
be executed by a browser.
3638

3739
.. _frontend-webpack-encore:
3840

0 commit comments

Comments
 (0)