From d649fd412a1953c5fd038f7f8405faa43da46ff7 Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 14 Dec 2025 16:26:05 -0300 Subject: [PATCH] Add homepage link to Cargo.toml, update roadmap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5795ff2..2d0c8ec 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ It works by ingesting a TOML file containing your node specification and serving ## Roadmap -- [ ] Anchor rendering - - [ ] Automatic anchors +- [ ] Richer text formatting + - [ ] Anchor rendering + - [ ] Automatic anchors - [ ] Connection kinds - [ ] Reduce O(n) calls in the formats module - [ ] Add tests