Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `log` feature, document features | 2023-02-10 | 1 | -1/+1 | |
| | |||||
* | Remove unneeded `extern crate`s | 2022-11-10 | 1 | -2/+0 | |
| | | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | ||||
* | Rename crate to `markdown` | 2022-10-13 | 1 | -13/+13 | |
| | |||||
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -15/+10 | |
| | |||||
* | Add support for compiling to mdast | 2022-09-26 | 1 | -21/+4 | |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | Add mdx example | 2022-09-09 | 1 | -0/+14 | |
| | |||||
* | Add tests for mdx jsx (text) | 2022-09-08 | 1 | -3/+5 | |
| | |||||
* | Add support for GFM tagfilter | 2022-09-01 | 1 | -0/+1 | |
| | |||||
* | Update example | 2022-08-31 | 1 | -2/+1 | |
| | |||||
* | Add support for GFM strikethrough | 2022-08-22 | 1 | -0/+1 | |
| | |||||
* | Add some docs | 2022-08-19 | 1 | -1/+1 | |
| | |||||
* | Add support for GFM autolink literals | 2022-08-18 | 1 | -1/+13 | |
| | |||||
* | Add support for frontmatter | 2022-08-16 | 1 | -1/+16 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -1/+1 | |
| | |||||
* | Fix example | 2022-07-05 | 1 | -2/+19 | |
| | |||||
* | Add more tests for attention | 2022-07-04 | 1 | -19/+2 | |
| | |||||
* | Fix example | 2022-07-01 | 1 | -2/+18 | |
| | |||||
* | Update todos | 2022-06-30 | 1 | -18/+2 | |
| | |||||
* | Add support for inferring line ending, configurable | 2022-06-21 | 1 | -3/+4 | |
| | | | | | | * Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style | ||||
* | Add support for sanitizing urls | 2022-06-13 | 1 | -1/+2 | |
| | | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously | ||||
* | . | 2022-06-08 | 1 | -0/+22 | |