aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc_url.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-1/+0
| | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-20/+20
|
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-3/+1
|
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-1/+3
|
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
|
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-1/+1
|
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-56/+51
| | | | | | | | | | | | This is still some messy code that needs cleaning up, but it adds support for links and images, of the resource kind (`[a](b)`). References (`[a][b]`) are parsed and will soon be supported, but need matching. * Fix bug to pad percent-encoded bytes when normalizing urls * Fix bug with escapes counting as balancing in destination * Add `space_or_tab_one_line_ending`, to parse whitespace including up to one line ending (but not a blank line) * Add `ParserState` to share codes, definitions, etc
* Add tests for urlsLibravatar Titus Wormer2022-06-151-0/+152