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
/
commonmark.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace build script with private crate
Titus Wormer
2022-12-13
1
-1
/
+1
*
Remove unneeded `extern crate`s
Hocdoc
2022-11-10
1
-1
/
+0
*
Rename crate to `markdown`
Titus Wormer
2022-10-13
1
-654
/
+654
*
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
-653
/
+655
*
Add `pretty_assertions` to tests for diffs
Titus Wormer
2022-08-18
1
-0
/
+1
*
Add support for turning off constructs
Titus Wormer
2022-07-18
1
-1310
/
+3266
*
Change to enable build script for commonmark tests again
Titus Wormer
2022-07-18
1
-653
/
+653
*
Fix edge case in identifier normalization
Titus Wormer
2022-07-18
1
-10
/
+9
*
Fix final bug with laziness
Titus Wormer
2022-07-18
1
-152
/
+142
*
Fix interrupting of ordered items
Titus Wormer
2022-07-15
1
-11
/
+10
*
Fix some final eol bugs
Titus Wormer
2022-07-15
1
-54
/
+49
*
Fix formatting of `commonmark` tests
Titus Wormer
2022-07-15
1
-4392
/
+2464
*
Fix to use single array for character references
Titus Wormer
2022-07-15
1
-12
/
+14
*
Add all commonmark tests
Titus Wormer
2022-07-15
1
-0
/
+9142