Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mdx parser to fuzzing | Christian Murphy | 2022-11-25 | 1 | -0/+1 |
| | | | | | Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com> | ||||
* | Remove unneeded `extern crate`s | Hocdoc | 2022-11-10 | 1 | -5/+1 |
| | | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | ||||
* | Fix filename of fuzzer task | Christian Murphy | 2022-10-25 | 1 | -0/+0 |
| | | | Closes GH-12. | ||||
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 2 | -10/+10 |
| | |||||
* | Update fuzzer to support new options format, add mdast fuzzing | Christian Murphy | 2022-10-07 | 1 | -4/+3 |
| | | | Closes GH-9. | ||||
* | Add fuzz testing | Christian Murphy | 2022-09-12 | 2 | -0/+41 |
Closes GH-7. |