From 714c297a08cb72fa606af598dc16a0c1bfdab32a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 4 Jul 2023 16:45:27 +0200 Subject: [PATCH] [Frontend] Fix the syntax of the intro table --- frontend.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend.rst b/frontend.rst index 60c83a8e714..e3a9ac2326f 100644 --- a/frontend.rst +++ b/frontend.rst @@ -25,14 +25,16 @@ Requires a build step? yes no Works in all browsers? yes yes Supports `Stimulus/UX`_ yes yes Supports Sass/Tailwind yes :ref:`yes ` -Supports React, Vue, Svelte? yes yes [#1]_ -Supports TypeScript yes no [#1]_ +Supports React, Vue, Svelte? yes yes (but read note below) +Supports TypeScript yes no (but read note below) ================================ ================= ====================================================== -.. [#1] Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll - need to use their native tools for pre-compilation. Also, some features (like - Vue single-file components) cannot be compiled down to pure JavaScript that can - be executed by a browser. +.. note:: + + Using JSX (React), Vue or TypeScript with AssetMapper is possible, but you'll + need to use their native tools for pre-compilation. Also, some features (like + Vue single-file components) cannot be compiled down to pure JavaScript that can + be executed by a browser. .. _frontend-webpack-encore: