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
/
to_mdast.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-03
Add support for serializing trees as JSON
Kyle McCarthy
1
-10
/
+14
2022-12-19
Fix `start` on ordered lists in mdast
Titus Wormer
1
-1
/
+3
2022-11-25
Fix GFM task list checkboxes followed by eol
Titus Wormer
1
-45
/
+47
2022-11-10
Refactor code-style for Rust 1.65
Hocdoc
1
-1
/
+1
2022-10-14
Remove some unused code around slices
Titus Wormer
1
-6
/
+3
2022-10-13
Refactor some code to improve coverage
Titus Wormer
1
-14
/
+6
2022-10-13
Fix cr, crlf in code (fenced) for mdast
Titus Wormer
1
-3
/
+3
2022-10-11
Refactor to use a bunch of `into`
Titus Wormer
1
-3
/
+3
2022-10-11
Add some missing internal docs
Titus Wormer
1
-4
/
+33
2022-10-11
Add support for proper positional info in swc tree
Titus Wormer
1
-62
/
+91
2022-10-06
Add support for HTML 4 character references in JSX attributes
Titus Wormer
1
-11
/
+9
2022-09-30
Add support for turning hast into swc
Titus Wormer
1
-7
/
+0
2022-09-28
Add support for turning mdast to hast
Titus Wormer
1
-3
/
+3
2022-09-26
Add support for compiling to mdast
Titus Wormer
1
-27
/
+1735
2022-09-19
Add structs, enums for `mdast`
Titus Wormer
1
-0
/
+40