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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
Remove boxes around resolvers
Titus Wormer
1
-0
/
+1
2022-08-11
Refactor to move some code to `event.rs`
Titus Wormer
1
-1
/
+1
2022-08-11
Refactor to move some code to `state.rs`
Titus Wormer
1
-0
/
+1
2022-07-29
Refactor to improve states
Titus Wormer
1
-2
/
+2
2022-07-29
Refactor to work on bytes (`u8`)
Titus Wormer
1
-1
/
+1
2022-07-28
Refactor to work on `char`s
Titus Wormer
1
-8
/
+7
2022-07-19
Remove unneeded `rust` language flags
Titus Wormer
1
-6
/
+6
2022-07-18
Change to improve `default_line_ending` api
Titus Wormer
1
-4
/
+4
2022-07-18
Add support for turning off constructs
Titus Wormer
1
-9
/
+223
2022-07-18
Refactor to move options to `lib/`
Titus Wormer
1
-1
/
+159
2022-07-07
Refactor to move token types to `token`
Titus Wormer
1
-0
/
+1
2022-07-05
Refactor to do some to dos
Titus Wormer
1
-2
/
+2
2022-07-04
Add support for unicode punctuation
Titus Wormer
1
-0
/
+1
2022-06-21
Add support for inferring line ending, configurable
Titus Wormer
1
-5
/
+6
2022-06-13
Add support for sanitizing urls
Titus Wormer
1
-0
/
+1
2022-06-09
Add basic subtokenization, string content in fenced code
Titus Wormer
1
-0
/
+1