aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/hard_break_escape.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+3
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-12/+17
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+1
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-121-7/+6
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-2/+2
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-1/+1
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-5/+5
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-2/+3
* Rename `State::Fn` to `State::Next`Libravatar Titus Wormer2022-08-101-1/+1
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-3/+3
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-2/+2
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-2/+2
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-3/+3
* Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer2022-07-261-4/+1
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-5/+5
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
* 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-7/+7
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-4/+4
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-2/+6
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-7/+8
* Refactor code styleLibravatar Titus Wormer2022-07-051-1/+1
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-301-1/+2
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+5
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-5/+14
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-0/+61