index
:
markdown-rs
main
CommonMark compliant markdown parser in Rust with ASTs and extensions
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
mdx_jsx_text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
Remove unneeded tests
Titus Wormer
1
-1
/
+1
2022-11-10
Remove unneeded `extern crate`s
Hocdoc
1
-1
/
+0
2022-10-14
Refactor to use default trait in tests
Titus Wormer
1
-17
/
+8
2022-10-13
Add more tests for whitespace in jsx tags
Titus Wormer
1
-0
/
+72
2022-10-13
Rename crate to `markdown`
Titus Wormer
1
-141
/
+139
2022-10-11
Refactor to use a bunch of `into`
Titus Wormer
1
-42
/
+36
2022-10-11
Add support for proper positional info in swc tree
Titus Wormer
1
-2
/
+8
2022-10-06
Refactor to split parse from compile options
Titus Wormer
1
-26
/
+38
2022-10-06
Add support for HTML 4 character references in JSX attributes
Titus Wormer
1
-0
/
+91
2022-09-28
Add support for turning mdast to hast
Titus Wormer
1
-3
/
+5
2022-09-26
Add support for compiling to mdast
Titus Wormer
1
-1
/
+273
2022-09-19
Add support for parsing MDX ESM, expressions
Titus Wormer
1
-48
/
+48
2022-09-09
Add docs for mdx expressions
Titus Wormer
1
-1
/
+1
2022-09-09
Add support for mdx attribute (value) expressions
Titus Wormer
1
-160
/
+142
2022-09-08
Add support for mdx jsx (flow)
Titus Wormer
1
-0
/
+24
2022-09-08
Add tests for mdx jsx (text)
Titus Wormer
1
-0
/
+821