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
/
list_item.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
Refactor to improve some module docs
Titus Wormer
1
-2
/
+2
2022-09-28
Add support for turning mdast to hast
Titus Wormer
1
-3
/
+3
2022-09-14
Fix to prefer flow over definitions, setext headings
Titus Wormer
1
-2
/
+5
2022-08-25
Add support for GFM footnotes
Titus Wormer
1
-1
/
+1
2022-08-22
Add support for GFM strikethrough
Titus Wormer
1
-2
/
+2
2022-08-19
Refactor to move more things to `util/`
Titus Wormer
1
-1
/
+1
2022-08-16
Add `no_std + alloc`
Titus Wormer
1
-0
/
+1
2022-08-16
Update some last docs, bnf grammars
Titus Wormer
1
-18
/
+32
2022-08-15
Refactor to proof docs, grammars
Titus Wormer
1
-1
/
+1
2022-08-15
Refactor to move `content` to `construct`
Titus Wormer
1
-1
/
+1
2022-08-15
Refactor to rename list construct to list item
Titus Wormer
1
-21
/
+21
2022-08-12
Refactor to attempt less if never needed
Titus Wormer
1
-13
/
+24
2022-08-12
Remove `match` statements if clumsy
Titus Wormer
1
-25
/
+28
2022-08-12
Refactor to improve docs of each function
Titus Wormer
1
-26
/
+13
2022-08-11
Refactor attempts to remove unneeded state name
Titus Wormer
1
-24
/
+22
2022-08-11
Refactor to move `space_or_tab_eol` to own file
Titus Wormer
1
-6
/
+6
2022-08-11
Remove boxes around resolvers
Titus Wormer
1
-2
/
+3
2022-08-11
Refactor to move some code to `event.rs`
Titus Wormer
1
-52
/
+56
2022-08-11
Refactor to move some code to `state.rs`
Titus Wormer
1
-30
/
+27
2022-08-10
Refactor some code for document parsing
Titus Wormer
1
-3
/
+7
2022-08-10
Add `State::Retry`
Titus Wormer
1
-6
/
+6
2022-08-10
Rename `State::Fn` to `State::Next`
Titus Wormer
1
-20
/
+20
2022-08-09
Add support for passing `ok`, `nok` as separate states to attempts
Titus Wormer
1
-32
/
+28
2022-08-09
Rewrite algorithm to not pass around boxed functions
Titus Wormer
1
-52
/
+67
2022-08-02
Refactor to remove most closures
Titus Wormer
1
-20
/
+22
2022-07-29
Refactor to improve states
Titus Wormer
1
-91
/
+44
2022-07-29
Refactor to work on bytes (`u8`)
Titus Wormer
1
-24
/
+21
2022-07-28
Refactor to work on `char`s
Titus Wormer
1
-29
/
+28
2022-07-25
Refactor to not pass codes around
Titus Wormer
1
-38
/
+41
2022-07-25
Remove no longer needed field in `State::Ok`
Titus Wormer
1
-3
/
+3
2022-07-25
Improve performance w/ a single feed loop
Titus Wormer
1
-5
/
+5
2022-07-22
Refactor to use a single shared edit map
Titus Wormer
1
-7
/
+3
2022-07-22
Refactor to remove unneeded tuples in every states
Titus Wormer
1
-32
/
+32
2022-07-22
Refactor to pass ints instead of vecs around
Titus Wormer
1
-17
/
+14
2022-07-21
Refactor to move `index` field to `point`
Titus Wormer
1
-1
/
+2
2022-07-20
Refactor to share edit map
Titus Wormer
1
-5
/
+5
2022-07-20
Refactor to use less vecs for events
Titus Wormer
1
-3
/
+3
2022-07-19
Refactor to remove cloning in `edit_map`
Titus Wormer
1
-5
/
+3
2022-07-19
Fix performance around a lot of lists
Titus Wormer
1
-16
/
+33
2022-07-18
Add support for turning off constructs
Titus Wormer
1
-3
/
+12
2022-07-18
Refactor to organize resolvers
Titus Wormer
1
-2
/
+2
2022-07-15
Fix interrupting of ordered items
Titus Wormer
1
-5
/
+7
2022-07-15
Fix stray `println`
Titus Wormer
1
-2
/
+0
2022-07-15
Add docs and refactor list
Titus Wormer
1
-158
/
+200
2022-07-14
Fix two more list bugs
Titus Wormer
1
-1
/
+6
2022-07-14
Fix interrupting sibling list items
Titus Wormer
1
-3
/
+1
2022-07-14
Add support for container state
Titus Wormer
1
-43
/
+52
2022-07-14
Fix a bunch of container things
Titus Wormer
1
-2
/
+2
2022-07-13
Fix lists in lists and some other bugs
Titus Wormer
1
-25
/
+27
2022-07-12
Fix some issues around empty lists
Titus Wormer
1
-12
/
+57
[next]