aboutsummaryrefslogtreecommitdiffstats
path: root/src/configuration.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
2022-10-25Fix dead links in docsLibravatar Titus Wormer1-2/+2
2022-10-14Refactor to move options to separate fileLibravatar Titus Wormer1-183/+7
2022-10-14Remove `must_use` if tarpaulin doesn’t understand themLibravatar Titus Wormer1-254/+13
2022-10-14Refactor to attempt to fix some coverage bugsLibravatar Titus Wormer1-1/+6
2022-10-14Add some tests for mdx parse types, `must_use`Libravatar Titus Wormer1-0/+60
2022-10-14Add some unit tests for core apiLibravatar Titus Wormer1-10/+198
2022-10-14Add some tests for line endingsLibravatar Titus Wormer1-4/+56
2022-10-14Add some more tests on mdx and indented codeLibravatar Titus Wormer1-0/+6
2022-10-13Add logo to crate docsLibravatar Titus Wormer1-3/+4
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-83/+85
2022-10-12Add note about crate logoLibravatar Titus Wormer1-0/+3
2022-10-11Refactor some hidden internalsLibravatar Titus Wormer1-25/+9
2022-10-11Add improved docs to public apiLibravatar Titus Wormer1-102/+330
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer1-4/+7
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-172/+263
2022-10-06Refactor to share identifier methodsLibravatar Titus Wormer1-1/+16
2022-09-29Add inline clippy configLibravatar Titus Wormer1-0/+3
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+10
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-14/+16
2022-09-19Add structs, enums for `mdast`Libravatar Titus Wormer1-8/+37
2022-09-19Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer1-2/+178
2022-09-12Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer1-10/+10
2022-09-09Add mdx expression (flow, text)Libravatar Titus Wormer1-0/+18
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer1-0/+9
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-29/+74
2022-09-06Add initial states for MDX JSX (text)Libravatar Titus Wormer1-0/+29
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer1-0/+47
2022-08-31Add support for GFM tablesLibravatar Titus Wormer1-0/+13
2022-08-26Add support for math (flow)Libravatar Titus Wormer1-1/+13
2022-08-26Add support for math (text)Libravatar Titus Wormer1-45/+99
2022-08-25Add support for GFM footnotesLibravatar Titus Wormer1-16/+238
2022-08-22Add support for GFM task list itemLibravatar Titus Wormer1-0/+9
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-1/+60
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-2/+0
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