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
/
construct
/
partial_non_lazy_continuation.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-26
Add support for math (flow)
Titus Wormer
1
-2
/
+2
2022-08-16
Update some last docs, bnf grammars
Titus Wormer
1
-1
/
+1
2022-08-15
Refactor to move `content` to `construct`
Titus Wormer
1
-1
/
+1
2022-08-12
Refactor to improve docs of each function
Titus Wormer
1
-2
/
+2
2022-08-11
Refactor to move some code to `event.rs`
Titus Wormer
1
-5
/
+5
2022-08-11
Refactor to move some code to `state.rs`
Titus Wormer
1
-2
/
+3
2022-08-10
Rename `State::Fn` to `State::Next`
Titus Wormer
1
-1
/
+1
2022-08-09
Rewrite algorithm to not pass around boxed functions
Titus Wormer
1
-3
/
+3
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
-2
/
+2
2022-07-25
Refactor to not pass codes around
Titus Wormer
1
-4
/
+4
2022-07-25
Remove no longer needed field in `State::Ok`
Titus Wormer
1
-1
/
+1
2022-07-25
Improve performance w/ a single feed loop
Titus Wormer
1
-2
/
+2
2022-07-22
Refactor to remove unneeded tuples in every states
Titus Wormer
1
-7
/
+7
2022-07-22
Refactor to pass ints instead of vecs around
Titus Wormer
1
-4
/
+4
2022-07-15
Add docs to non-lazy continuation
Titus Wormer
1
-5
/
+27
2022-07-11
Add support for lazy lines
Titus Wormer
1
-0
/
+26