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