aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some tests for line endingsLibravatar Titus Wormer2022-10-141-4/+56
* Add some more tests on mdx and indented codeLibravatar Titus Wormer2022-10-141-0/+6
* Add logo to crate docsLibravatar Titus Wormer2022-10-131-3/+4
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-83/+85
* Add note about crate logoLibravatar Titus Wormer2022-10-121-0/+3
* Refactor some hidden internalsLibravatar Titus Wormer2022-10-111-25/+9
* Add improved docs to public apiLibravatar Titus Wormer2022-10-111-102/+330
* Add support for proper positional info in swc treeLibravatar Titus Wormer2022-10-111-4/+7
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-172/+263
* Refactor to share identifier methodsLibravatar Titus Wormer2022-10-061-1/+16
* Add inline clippy configLibravatar Titus Wormer2022-09-291-0/+3
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+10
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-14/+16
* Add structs, enums for `mdast`Libravatar Titus Wormer2022-09-191-8/+37
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-2/+178
* Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer2022-09-121-10/+10
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-091-0/+18
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-081-0/+9
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-29/+74
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-061-0/+29
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-011-0/+47
* Add support for GFM tablesLibravatar Titus Wormer2022-08-311-0/+13
* Add support for math (flow)Libravatar Titus Wormer2022-08-261-1/+13
* Add support for math (text)Libravatar Titus Wormer2022-08-261-45/+99
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-16/+238
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-221-0/+9
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+60
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-2/+0
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-181-0/+21
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-0/+5
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-0/+12
* Add derive of `Eq` where possibleLibravatar Titus Wormer2022-08-151-1/+1
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+0
* Refactor to rename list construct to list itemLibravatar Titus Wormer2022-08-151-3/+3
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-1/+1
* Remove boxes around resolversLibravatar Titus Wormer2022-08-111-0/+1
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-1/+1
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-111-0/+1
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-2/+2
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-1/+1
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-8/+7
* Remove unneeded `rust` language flagsLibravatar Titus Wormer2022-07-191-6/+6
* Change to improve `default_line_ending` apiLibravatar Titus Wormer2022-07-181-4/+4
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-9/+223
* Refactor to move options to `lib/`Libravatar Titus Wormer2022-07-181-1/+159
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-0/+1
* Refactor to do some to dosLibravatar Titus Wormer2022-07-051-2/+2
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-0/+1
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-5/+6
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-0/+1