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
/
blank_line.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to improve some module docs
Titus Wormer
2022-10-12
1
-3
/
+3
*
Refactor to proof docs, grammars
Titus Wormer
2022-08-15
1
-9
/
+26
*
Refactor to move `content` to `construct`
Titus Wormer
2022-08-15
1
-1
/
+1
*
Refactor to rename list construct to list item
Titus Wormer
2022-08-15
1
-2
/
+2
*
Refactor to attempt less if never needed
Titus Wormer
2022-08-12
1
-6
/
+6
*
Refactor to improve docs of each function
Titus Wormer
2022-08-12
1
-2
/
+2
*
Refactor attempts to remove unneeded state name
Titus Wormer
2022-08-11
1
-3
/
+3
*
Refactor to move `space_or_tab_eol` to own file
Titus Wormer
2022-08-11
1
-1
/
+1
*
Refactor to move some code to `event.rs`
Titus Wormer
2022-08-11
1
-3
/
+3
*
Refactor to move some code to `state.rs`
Titus Wormer
2022-08-11
1
-3
/
+4
*
Rename `State::Fn` to `State::Next`
Titus Wormer
2022-08-10
1
-4
/
+4
*
Add support for passing `ok`, `nok` as separate states to attempts
Titus Wormer
2022-08-09
1
-1
/
+5
*
Rewrite algorithm to not pass around boxed functions
Titus Wormer
2022-08-09
1
-3
/
+4
*
Refactor some states
Titus Wormer
2022-08-01
1
-4
/
+4
*
Refactor to work on bytes (`u8`)
Titus Wormer
2022-07-29
1
-1
/
+1
*
Refactor to work on `char`s
Titus Wormer
2022-07-28
1
-2
/
+2
*
Refactor to not pass codes around
Titus Wormer
2022-07-25
1
-4
/
+4
*
Remove no longer needed field in `State::Ok`
Titus Wormer
2022-07-25
1
-1
/
+1
*
Improve performance w/ a single feed loop
Titus Wormer
2022-07-25
1
-3
/
+1
*
Refactor to remove unneeded tuples in every states
Titus Wormer
2022-07-22
1
-5
/
+5
*
Refactor to pass ints instead of vecs around
Titus Wormer
2022-07-22
1
-2
/
+2
*
Refactor examples of states
Titus Wormer
2022-07-18
1
-6
/
+8
*
Add missing link
Titus Wormer
2022-07-15
1
-5
/
+4
*
Refactor to move token types to `token`
Titus Wormer
2022-07-07
1
-1
/
+1
*
Add `attempt_opt` to tokenizer
Titus Wormer
2022-06-22
1
-2
/
+2
*
Rename `Whitespace` token to `SpaceOrTab`
Titus Wormer
2022-06-22
1
-1
/
+1
*
Add docs for token types
Titus Wormer
2022-06-22
1
-0
/
+4
*
Add improved whitespace handling
Titus Wormer
2022-06-20
1
-8
/
+5
*
Add paragraph
Titus Wormer
2022-06-20
1
-2
/
+3
*
Add some improved docs
Titus Wormer
2022-06-13
1
-3
/
+6
*
.
Titus Wormer
2022-06-08
1
-0
/
+61