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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to use default trait in tests
Titus Wormer
2022-10-14
1
-17
/
+8
*
Add more tests for whitespace in jsx tags
Titus Wormer
2022-10-13
1
-0
/
+72
*
Rename crate to `markdown`
Titus Wormer
2022-10-13
1
-141
/
+139
*
Refactor to use a bunch of `into`
Titus Wormer
2022-10-11
1
-42
/
+36
*
Add support for proper positional info in swc tree
Titus Wormer
2022-10-11
1
-2
/
+8
*
Refactor to split parse from compile options
Titus Wormer
2022-10-06
1
-26
/
+38
*
Add support for HTML 4 character references in JSX attributes
Titus Wormer
2022-10-06
1
-0
/
+91
*
Add support for turning mdast to hast
Titus Wormer
2022-09-28
1
-3
/
+5
*
Add support for compiling to mdast
Titus Wormer
2022-09-26
1
-1
/
+273
*
Add support for parsing MDX ESM, expressions
Titus Wormer
2022-09-19
1
-48
/
+48
*
Add docs for mdx expressions
Titus Wormer
2022-09-09
1
-1
/
+1
*
Add support for mdx attribute (value) expressions
Titus Wormer
2022-09-09
1
-160
/
+142
*
Add support for mdx jsx (flow)
Titus Wormer
2022-09-08
1
-0
/
+24
*
Add tests for mdx jsx (text)
Titus Wormer
2022-09-08
1
-0
/
+821