aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:11:13 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:11:13 +0200
commit48f2fd49e91102a765fdc72ced631d9adb9d7c50 (patch)
treed160afd326ac0fbe0582488295d53abe804156b7 /readme.md
parenta742e4877c15d0788eab3ea65a414f17592620c4 (diff)
downloadmarkdown-rs-48f2fd49e91102a765fdc72ced631d9adb9d7c50.tar.gz
markdown-rs-48f2fd49e91102a765fdc72ced631d9adb9d7c50.tar.bz2
markdown-rs-48f2fd49e91102a765fdc72ced631d9adb9d7c50.zip
Refactor list ordering in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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).