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
/
src
/
construct
/
partial_mdx_jsx.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
Add more tests for whitespace in jsx tags
Titus Wormer
1
-10
/
+2
2022-10-06
Refactor to share identifier methods
Titus Wormer
1
-24
/
+26
2022-09-19
Add support for parsing MDX ESM, expressions
Titus Wormer
1
-3
/
+0
2022-09-09
Add support for mdx attribute (value) expressions
Titus Wormer
1
-2
/
+48
2022-09-09
Add mdx expression (flow, text)
Titus Wormer
1
-1
/
+1
2022-09-09
Add some missing docs
Titus Wormer
1
-14
/
+9
2022-09-09
Fix to allow blank lines in mdx jsx (flow)
Titus Wormer
1
-44
/
+22
2022-09-09
Refactor to move byte, char info to own file
Titus Wormer
1
-55
/
+24
2022-09-09
Add docs to mdx jsx
Titus Wormer
1
-1
/
+162
2022-09-08
Add support for mdx jsx (flow)
Titus Wormer
1
-70
/
+119
2022-09-08
Refactor to move jsx parsing to partial
Titus Wormer
1
-96
/
+70
2022-09-08
Add tests for mdx jsx (text)
Titus Wormer
1
-11
/
+36
2022-09-07
Add support for recoverable syntax errors
Titus Wormer
1
-47
/
+41
2022-09-07
Add support for unicode identifiers in JSX
Titus Wormer
1
-24
/
+95
2022-09-06
Add initial states for MDX JSX (text)
Titus Wormer
1
-0
/
+877