Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded `extern crate`s | 2022-11-10 | 1 | -1/+0 | |
| | | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | ||||
* | Refactor to use default trait in tests | 2022-10-14 | 1 | -4/+4 | |
| | |||||
* | Rename crate to `markdown` | 2022-10-13 | 1 | -9/+9 | |
| | |||||
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -3/+9 | |
| | |||||
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -3/+5 | |
| | |||||
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
| | |||||
* | Change to improve `default_line_ending` api | 2022-07-18 | 1 | -2/+2 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -4/+2 | |
| | |||||
* | Add basic support for block quotes | 2022-07-07 | 1 | -46/+47 | |
| | |||||
* | Add support for inferring line ending, configurable | 2022-06-21 | 1 | -0/+56 | |
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style |