diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-19 11:20:09 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-19 11:20:09 +0200 |
commit | 11448e6ea4a231e0eb9aac1be896304a47056348 (patch) | |
tree | adf1f102ab120b9ae514f8172ab6e0297ee45547 /readme.md | |
parent | fe618ff6e38ec0ed4da72a3935fd9ea64ee1cef5 (diff) | |
download | markdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.tar.gz markdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.tar.bz2 markdown-rs-11448e6ea4a231e0eb9aac1be896304a47056348.zip |
Update `readme.md`
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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, |