aboutsummaryrefslogtreecommitdiff
path: root/src/convert
Commit message (Collapse)AuthorAgeFilesLines
* feat(meta): add gettersFuwn2022-05-181-3/+4
|
* ci(tests): add convert tests0.2.1Fuwn2022-05-181-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 fixesFuwn2022-05-182-8/+7
|
* fix(markdown): proper whitespace placementFuwn2022-05-121-2/+2
|
* feat(0.1.0): initial release0.1.0Fuwn2022-05-122-0/+152