From 48f2fd49e91102a765fdc72ced631d9adb9d7c50 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 9 Sep 2022 18:11:13 +0200 Subject: Refactor list ordering in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index acef03c..d950a62 100644 --- a/readme.md +++ b/readme.md @@ -147,8 +147,8 @@ They are not enabled by default but can be turned on with options. - task list item - math - MDX - - JSX (agnostic of JavaScript) - expressions (agnostic of JavaScript) + - JSX (agnostic of JavaScript) It’s planned to add support for integrating with SWC for MDX JSX and expressions that is aware of JavaScript syntax, and for ESM (import/export). -- cgit