aboutsummaryrefslogtreecommitdiff
path: root/tests/node.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(ast): parse preformatted gemtext as preformatted contentv0.4.2Fuwn2024-06-191-2/+2
|
* refactor(Node): rename content() to to_gemtext()Fuwn2024-06-191-0/+14
This commit adds a `tests/node.rs` file to test `Node::to_gemtext`.