| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(license): Relicense under MIT OR Apache-2.0HEADmain | Fuwn | 2026-02-20 | 1 | -18/+0 |
| | | |||||
| * | docs: Update copyright header year | Fuwn | 2025-06-04 | 1 | -2/+2 |
| | | |||||
| * | refactor: Use latest best practices and formatting | Fuwn | 2025-05-27 | 1 | -1/+1 |
| | | |||||
| * | fmt: update rustfmt.toml | Fuwn | 2023-05-18 | 1 | -6/+2 |
| | | |||||
| * | refactor: remove seldom used procedural macros | Fuwn | 2023-04-17 | 1 | -0/+70 |
| | | |||||
| * | feat(macros): general utility macros | Fuwn | 2022-06-14 | 1 | -61/+0 |
| | | |||||
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 1 | -13/+4 |
| | | |||||
| * | ci(tests): add convert tests0.2.1 | Fuwn | 2022-05-18 | 1 | -0/+70 |
| Adding these tests also exposed an issue within the Markdown converter! The issue was that if a Markdown file **did not** have whitespace lines between elements, no whitespace lines were inserted at all into the converted result, leaving everything on one massive line (except lists). | |||||