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
/
build.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to split parse from compile options
Titus Wormer
2022-10-06
1
-3
/
+6
*
Add support for compiling to mdast
Titus Wormer
2022-09-26
1
-1
/
+1
*
Add support for recoverable syntax errors
Titus Wormer
2022-09-07
1
-2
/
+4
*
Refactor to move more things to `util/`
Titus Wormer
2022-08-19
1
-1
/
+1
*
Add `pretty_assertions` to tests for diffs
Titus Wormer
2022-08-18
1
-0
/
+1
*
Refactor to proof docs, grammars
Titus Wormer
2022-08-15
1
-2
/
+2
*
Refactor to improve states
Titus Wormer
2022-07-29
1
-1
/
+1
*
Refactor to remove unneeded tuples in every states
Titus Wormer
2022-07-22
1
-2
/
+2
*
Add support for turning off constructs
Titus Wormer
2022-07-18
1
-7
/
+7
*
Change to enable build script for commonmark tests again
Titus Wormer
2022-07-18
1
-8
/
+5
*
Fix formatting of `commonmark` tests
Titus Wormer
2022-07-15
1
-0
/
+1
*
Add all commonmark tests
Titus Wormer
2022-07-15
1
-0
/
+88
*
Fix typo
Titus Wormer
2022-07-05
1
-1
/
+1
*
Refactor code style
Titus Wormer
2022-07-04
1
-6
/
+1
*
Use Rust to crawl unicode
Titus Wormer
2022-07-04
1
-0
/
+70