aboutsummaryrefslogtreecommitdiff
path: root/src/convert
Commit message (Collapse)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-203-54/+0
|
* fix(markdown): Optimise Markdown conversionFuwn2025-09-112-20/+11
|
* docs: Update copyright header yearFuwn2025-06-043-6/+6
|
* refactor: Use latest best practices and formattingFuwn2025-05-272-34/+51
|
* fmt: update rustfmt.tomlFuwn2023-05-182-45/+25
|
* fix: improve macro hygieneFuwn2023-04-211-12/+12
|
* refactor: remove seldom used procedural macrosFuwn2023-04-173-0/+221
|
* feat(macros): general utility macrosFuwn2022-06-142-152/+0
|
* feat(ast): Ast::to_gemtextFuwn2022-06-021-1/+1
|
* fix(markdown): no double newline on whitespaceFuwn2022-06-021-1/+1
|
* feat(germ): ast structFuwn2022-06-022-7/+7
|
* 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