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
/
content
/
flow.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to move some code to `event.rs`
Titus Wormer
2022-08-11
1
-55
/
+55
*
Refactor to move some code to `state.rs`
Titus Wormer
2022-08-11
1
-50
/
+51
*
Add `State::Retry`
Titus Wormer
2022-08-10
1
-2
/
+2
*
Rename `State::Fn` to `State::Next`
Titus Wormer
2022-08-10
1
-32
/
+32
*
Add peeking to unindented flow lines
Titus Wormer
2022-08-09
1
-11
/
+47
*
Add support for passing `ok`, `nok` as separate states to attempts
Titus Wormer
2022-08-09
1
-29
/
+68
*
Rewrite algorithm to not pass around boxed functions
Titus Wormer
2022-08-09
1
-27
/
+30
*
Refactor to work on bytes (`u8`)
Titus Wormer
2022-07-29
1
-2
/
+2
*
Refactor to work on `char`s
Titus Wormer
2022-07-28
1
-7
/
+7
*
Refactor to not pass codes around
Titus Wormer
2022-07-25
1
-14
/
+14
*
Remove no longer needed field in `State::Ok`
Titus Wormer
2022-07-25
1
-4
/
+4
*
Refactor to remove unneeded tuples in every states
Titus Wormer
2022-07-22
1
-12
/
+12
*
Refactor to pass ints instead of vecs around
Titus Wormer
2022-07-22
1
-6
/
+6
*
Refactor to move token types to `token`
Titus Wormer
2022-07-07
1
-5
/
+6
*
Add basic support for block quotes
Titus Wormer
2022-07-07
1
-47
/
+2
*
Refactor code style
Titus Wormer
2022-07-05
1
-2
/
+2
*
Add support for unicode punctuation
Titus Wormer
2022-07-04
1
-1
/
+1
*
Update list of todos
Titus Wormer
2022-07-04
1
-1
/
+1
*
Make paragraphs really fast
Titus Wormer
2022-07-01
1
-22
/
+24
*
Add support for sharing identifiers, references before definitions
Titus Wormer
2022-06-29
1
-5
/
+7
*
Add link, images (resource)
Titus Wormer
2022-06-24
1
-6
/
+14
*
Add support for normalizing identifiers
Titus Wormer
2022-06-22
1
-1
/
+24
*
Refactor to improve tokenizer, add docs
Titus Wormer
2022-06-22
1
-8
/
+10
*
Add some more enabled tests
Titus Wormer
2022-06-20
1
-1
/
+0
*
Add improved whitespace handling
Titus Wormer
2022-06-20
1
-34
/
+11
*
Add paragraph
Titus Wormer
2022-06-20
1
-130
/
+9
*
Remove unneeded `content` content type
Titus Wormer
2022-06-20
1
-27
/
+27
*
Add support for definitions
Titus Wormer
2022-06-17
1
-9
/
+15
*
Add heading (setext)
Titus Wormer
2022-06-16
1
-11
/
+8
*
Reorganize to split util
Titus Wormer
2022-06-14
1
-2
/
+2
*
Add text content type
Titus Wormer
2022-06-10
1
-5
/
+9
*
Add proper support for subtokenization
Titus Wormer
2022-06-10
1
-19
/
+26
*
Add basic subtokenization, string content in fenced code
Titus Wormer
2022-06-09
1
-17
/
+6
*
Refactor to pass more slices around
Titus Wormer
2022-06-09
1
-1
/
+1
*
Add support for indented lines in paragraphs
Titus Wormer
2022-06-09
1
-23
/
+20
*
Add basic support for interrupting content
Titus Wormer
2022-06-09
1
-69
/
+95
*
.
Titus Wormer
2022-06-08
1
-0
/
+258