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
/
misc_tabs.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
Remove unneeded `extern crate`s
Hocdoc
1
-1
/
+0
2022-10-14
Refactor to use default trait in tests
Titus Wormer
1
-2
/
+2
2022-10-13
Rename crate to `markdown`
Titus Wormer
1
-46
/
+46
2022-10-06
Refactor to split parse from compile options
Titus Wormer
1
-2
/
+6
2022-09-28
Add support for turning mdast to hast
Titus Wormer
1
-6
/
+2
2022-09-07
Add support for recoverable syntax errors
Titus Wormer
1
-4
/
+10
2022-08-18
Add `pretty_assertions` to tests for diffs
Titus Wormer
1
-0
/
+1
2022-08-11
Add improved container exit injection
Titus Wormer
1
-0
/
+8
2022-07-28
Refactor to work on `char`s
Titus Wormer
1
-6
/
+0
2022-07-18
Add support for turning off constructs
Titus Wormer
1
-7
/
+6
2022-07-12
Fix to prefer thematic breaks over lists
Titus Wormer
1
-13
/
+11
2022-07-12
Add initial support for lists
Titus Wormer
1
-11
/
+13
2022-06-30
Add support for trimming whitespace around string, text
Titus Wormer
1
-16
/
+14
2022-06-24
Add link, images (resource)
Titus Wormer
1
-36
/
+30
2022-06-21
Add support for inferring line ending, configurable
Titus Wormer
1
-2
/
+3
2022-06-20
Fix bug with tabs
Titus Wormer
1
-48
/
+40
2022-06-15
Add code (text)
Titus Wormer
1
-30
/
+25
2022-06-15
Add tests for tabs
Titus Wormer
1
-0
/
+305