aboutsummaryrefslogtreecommitdiff
path: root/tests/convert.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-201-18/+0
|
* docs: Update copyright header yearFuwn2025-06-041-2/+2
|
* refactor: Use latest best practices and formattingFuwn2025-05-271-1/+1
|
* fmt: update rustfmt.tomlFuwn2023-05-181-6/+2
|
* refactor: remove seldom used procedural macrosFuwn2023-04-171-0/+70
|
* feat(macros): general utility macrosFuwn2022-06-141-61/+0
|
* feat(meta): add gettersFuwn2022-05-181-13/+4
|
* ci(tests): add convert tests0.2.1Fuwn2022-05-181-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).