aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/block_quote.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to improve some module docsLibravatar Titus Wormer2022-10-121-1/+1
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-2/+2
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-5/+18
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-121-10/+14
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-27/+7
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-111-10/+6
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-4/+4
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-14/+18
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-10/+7
* Add `State::Retry`Libravatar Titus Wormer2022-08-101-2/+2
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-10/+6
* Add support for passing `ok`, `nok` as separate states to attemptsLibravatar Titus Wormer2022-08-091-2/+10
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-23/+29
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-3/+3
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-15/+12
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-14/+14
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-2/+2
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-1/+1
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-11/+11
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-5/+5
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-4/+16
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-8/+14
* Add docs and refactor listLibravatar Titus Wormer2022-07-151-5/+0
* Remove unneeded tokenLibravatar Titus Wormer2022-07-151-3/+3
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-15/+16
* Add docs for block quote tokensLibravatar Titus Wormer2022-07-071-4/+4
* Add docs to block quoteLibravatar Titus Wormer2022-07-071-1/+63
* Add basic support for block quotesLibravatar Titus Wormer2022-07-071-0/+58