aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-23Fix internal docs on grammar of html (flow)Libravatar Titus Wormer1-3/+3
2023-05-25Fix code-styleLibravatar Titus Wormer1-1/+1
2023-05-23Fix escape in titlesLibravatar Titus Wormer1-1/+1
2023-05-23Refactor some codeLibravatar Titus Wormer10-25/+39
2023-05-18Remove unneeded branchLibravatar Titus Wormer1-6/+1
2023-05-13Remove superfluous codeLibravatar Titus Wormer1-4/+1
2023-05-11Fix typo in docsLibravatar Titus Wormer1-1/+3
2023-05-02Remove unneeded checkLibravatar Titus Wormer1-1/+1
2023-04-27Rename `json` feature to `serde`Libravatar Rafael Bachmann3-48/+48
2023-04-22Fix typo in docsLibravatar Titus Wormer1-1/+1
2023-04-22Fix crash in MDX whitespaceLibravatar Mick van Gelderen1-9/+11
2023-02-28Fix AST node debug representation to pretty printLibravatar Mia1-34/+34
2023-02-10Add `log` feature, document featuresLibravatar Titus Wormer1-0/+11
2023-02-10Move `log` to optional dependenciesLibravatar pinkforest(she/her)2-1/+22
2023-01-03Add support for serializing trees as JSONLibravatar Kyle McCarthy3-12/+232
2022-12-19Fix `start` on ordered lists in mdastLibravatar Titus Wormer1-1/+3
2022-12-13Replace build script with private crateLibravatar Titus Wormer1-1/+1
2022-12-13Add some tests for `Location`Libravatar Titus Wormer1-0/+15
2022-11-25Fix double setext heading underlinesLibravatar Titus Wormer2-4/+3
2022-11-25Fix GFM task list checkboxes followed by eolLibravatar Titus Wormer1-45/+47
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc3-7/+0
2022-11-10Refactor code-style for Rust 1.65Libravatar Hocdoc9-12/+12
2022-10-29Fix attention starting and ending in different linksLibravatar Titus Wormer1-11/+12
2022-10-29Refactor to always resolve edit mapsLibravatar Titus Wormer8-8/+7
2022-10-28Fix GFM autolink literals that end in in GFM table pipesLibravatar Titus Wormer1-2/+3
2022-10-28Fix GFM tables to require a non-pipe in header rowLibravatar Titus Wormer1-7/+21
2022-10-26Fix GFM autolink literals after tabsLibravatar Titus Wormer1-2/+5
2022-10-26Fix GFM tables interfering with other constructsLibravatar Titus Wormer1-0/+2
2022-10-26Fix container close after unclosed fenced code, w/ eolLibravatar Titus Wormer1-6/+20
2022-10-25Fix dead links in docsLibravatar Titus Wormer2-4/+6
2022-10-25Fix type of `start` on list in mdastLibravatar Titus Wormer1-1/+1
2022-10-25Fix trailing whitespace around broken dataLibravatar Titus Wormer2-0/+4
2022-10-25Fix lists in MDXLibravatar Titus Wormer1-1/+1
2022-10-25Regenerate unicode punctuationLibravatar Christian Murphy1-1/+24
2022-10-14Remove core tests, which tarpaulin doesn’t understandLibravatar Titus Wormer1-35/+0
2022-10-14Refactor to move options to separate fileLibravatar Titus Wormer2-1422/+1429
2022-10-14Remove `must_use` if tarpaulin doesn’t understand themLibravatar Titus Wormer5-257/+277
2022-10-14Refactor to attempt to fix some coverage bugsLibravatar Titus Wormer1-1/+6
2022-10-14Refactor slice algorithms some moreLibravatar Titus Wormer1-24/+13
2022-10-14Attempt to fix broken tarpaulinLibravatar Titus Wormer1-0/+2
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-14Refactor some code to improve coverageLibravatar Titus Wormer1-14/+10
2022-10-14Add some tests for line endingsLibravatar Titus Wormer1-4/+56
2022-10-14Remove some unused code around slicesLibravatar Titus Wormer5-83/+19
2022-10-14Fix positional info of cr+lf in mdxLibravatar Titus Wormer1-0/+88
2022-10-14Add some more tests on mdx and indented codeLibravatar Titus Wormer1-0/+6
2022-10-13Refactor some code to improve coverageLibravatar Titus Wormer2-5/+3
2022-10-13Replace some unused code for assertionsLibravatar Titus Wormer2-23/+19
2022-10-13Add some unit tests for internal character functionsLibravatar Titus Wormer1-15/+102