aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-19 11:20:09 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-19 11:20:09 +0200
commit11448e6ea4a231e0eb9aac1be896304a47056348 (patch)
treeadf1f102ab120b9ae514f8172ab6e0297ee45547
parentfe618ff6e38ec0ed4da72a3935fd9ea64ee1cef5 (diff)
downloadmarkdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.tar.gz
markdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.tar.bz2
markdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.zip
Update `readme.md`
-rw-r--r--readme.md8
1 files 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,