From 11448e6ea4a231e0eb9aac1be896304a47056348 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 19 Sep 2022 11:20:09 +0200 Subject: Update `readme.md` --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index eaf55eb..9c41e64 100644 --- a/readme.md +++ b/readme.md @@ -147,11 +147,9 @@ They are not enabled by default but can be turned on with options. - task list item - math - MDX - - expressions (agnostic of JavaScript) - - JSX (agnostic of JavaScript) - -It’s planned to add support for integrating with SWC for MDX JSX and expressions -to make it aware of JavaScript syntax, and for ESM (import/export). + - ESM + - expressions + - JSX It is not a goal of this project to support lots of different extensions. It’s instead a goal to support incredibly common, somewhat standardized, -- cgit