| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(meta): add getters | Fuwn | 2022-05-18 | 2 | -16/+7 |
| | | |||||
| * | 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). | ||||
| * | ci(tests): add ast tests | Fuwn | 2022-05-18 | 1 | -0/+70 |
| | | |||||
| * | fix: global clippy lint fixes | Fuwn | 2022-05-18 | 1 | -3/+3 |
| | | |||||
| * | feat(meta): meta-related utilities | Fuwn | 2022-05-17 | 1 | -0/+50 |
| | | |||||
| * | feat(request): make gemini requests | Fuwn | 2022-05-17 | 1 | -0/+32 |