aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer1-0/+21
2022-08-16Add `no_std + alloc`Libravatar Titus Wormer1-0/+5
2022-08-16Add support for frontmatterLibravatar Titus Wormer1-0/+12
2022-08-15Add derive of `Eq` where possibleLibravatar Titus Wormer1-1/+1
2022-08-15Refactor to move `content` to `construct`Libravatar Titus Wormer1-1/+0
2022-08-15Refactor to rename list construct to list itemLibravatar Titus Wormer1-3/+3
2022-08-12Refactor to improve docs of each functionLibravatar Titus Wormer1-1/+1
2022-08-11Remove boxes around resolversLibravatar Titus Wormer1-0/+1
2022-08-11Refactor to move some code to `event.rs`Libravatar Titus Wormer1-1/+1
2022-08-11Refactor to move some code to `state.rs`Libravatar Titus Wormer1-0/+1
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-2/+2
2022-07-29Refactor to work on bytes (`u8`)Libravatar Titus Wormer1-1/+1
2022-07-28Refactor to work on `char`sLibravatar Titus Wormer1-8/+7
2022-07-19Remove unneeded `rust` language flagsLibravatar Titus Wormer1-6/+6
2022-07-18Change to improve `default_line_ending` apiLibravatar Titus Wormer1-4/+4
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-9/+223
2022-07-18Refactor to move options to `lib/`Libravatar Titus Wormer1-1/+159
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-0/+1
2022-07-05Refactor to do some to dosLibravatar Titus Wormer1-2/+2
2022-07-04Add support for unicode punctuationLibravatar Titus Wormer1-0/+1
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-5/+6
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer1-0/+1
2022-06-09Add basic subtokenization, string content in fenced codeLibravatar Titus Wormer1-0/+1