| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(license): Relicense under MIT OR Apache-2.0HEADmain | Fuwn | 2026-02-20 | 3 | -54/+0 |
| | | |||||
| * | fix(markdown): Optimise Markdown conversion | Fuwn | 2025-09-11 | 2 | -20/+11 |
| | | |||||
| * | docs: Update copyright header year | Fuwn | 2025-06-04 | 3 | -6/+6 |
| | | |||||
| * | refactor: Use latest best practices and formatting | Fuwn | 2025-05-27 | 2 | -34/+51 |
| | | |||||
| * | fmt: update rustfmt.toml | Fuwn | 2023-05-18 | 2 | -45/+25 |
| | | |||||
| * | fix: improve macro hygiene | Fuwn | 2023-04-21 | 1 | -12/+12 |
| | | |||||
| * | refactor: remove seldom used procedural macros | Fuwn | 2023-04-17 | 3 | -0/+221 |
| | | |||||
| * | feat(macros): general utility macros | Fuwn | 2022-06-14 | 2 | -152/+0 |
| | | |||||
| * | feat(ast): Ast::to_gemtext | Fuwn | 2022-06-02 | 1 | -1/+1 |
| | | |||||
| * | fix(markdown): no double newline on whitespace | Fuwn | 2022-06-02 | 1 | -1/+1 |
| | | |||||
| * | feat(germ): ast struct | Fuwn | 2022-06-02 | 2 | -7/+7 |
| | | |||||
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 1 | -3/+4 |
| | | |||||
| * | ci(tests): add convert tests0.2.1 | Fuwn | 2022-05-18 | 1 | -9/+9 |
| | | | | | | | | | 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). | ||||
| * | fix: global clippy lint fixes | Fuwn | 2022-05-18 | 2 | -8/+7 |
| | | |||||
| * | fix(markdown): proper whitespace placement | Fuwn | 2022-05-12 | 1 | -2/+2 |
| | | |||||
| * | feat(0.1.0): initial release0.1.0 | Fuwn | 2022-05-12 | 2 | -0/+152 |