aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-10-13Replace some unused code with assertionsLibravatar Titus Wormer1-8/+10
2022-10-13Remove some unused code in gfm tablesLibravatar Titus Wormer2-29/+7
2022-10-13Remove some unused codeLibravatar Titus Wormer3-25/+19
2022-10-13Add missing test for mdastLibravatar Titus Wormer1-0/+32
2022-10-13Refactor some code to improve coverageLibravatar Titus Wormer5-85/+62
2022-10-13Fix cr, crlf in code (fenced) for mdastLibravatar Titus Wormer1-3/+3
2022-10-13Add a lot of tests on how mdast, unist workLibravatar Titus Wormer2-37/+921
2022-10-13Add a couple tests for `Debug` on unist interfacesLibravatar Titus Wormer1-0/+23
2022-10-13Refactor to improve coverage with assertionLibravatar Titus Wormer1-6/+2
2022-10-13Refactor to improve coverage of titlesLibravatar Titus Wormer2-12/+8
2022-10-13Add more tests for whitespace in jsx tagsLibravatar Titus Wormer1-10/+2
2022-10-13Add a bunch more tests for frontmatterLibravatar Titus Wormer1-9/+6