Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Refactor code-style for Rust 1.65 | 1 | -1/+1 | ||
Closes GH-29. Reviewed-by: Titus Wormer <tituswormer@gmail.com> Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-28 | Fix GFM autolink literals that end in in GFM table pipes | 1 | -2/+3 | ||
Closes GH-20. Co-authored-by: Christian Murphy <christian.murphy.42@gmail.com> | |||||
2022-10-13 | Remove unneeded code from `gfm_autolink_literal` | 1 | -91/+9 | ||
2022-09-12 | Fix gfm email autolink literals overlapping | 1 | -13/+13 | ||
2022-09-09 | Refactor to move byte, char info to own file | 1 | -5/+5 | ||
2022-09-06 | Add initial states for MDX JSX (text) | 1 | -38/+8 | ||
2022-09-05 | Add support for `mailto:`, `xmpp:` protocols | 1 | -10/+53 | ||
2022-09-05 | Fix to implement GFM autolink literals exactly | 1 | -156/+692 | ||
2022-08-31 | Add support for GFM tables | 1 | -1/+0 | ||
2022-08-18 | Add support for GFM autolink literals | 1 | -0/+382 | ||