diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:11:13 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:11:13 +0200 |
commit | 48f2fd49e91102a765fdc72ced631d9adb9d7c50 (patch) | |
tree | d160afd326ac0fbe0582488295d53abe804156b7 /readme.md | |
parent | a742e4877c15d0788eab3ea65a414f17592620c4 (diff) | |
download | markdown-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |