From 5156161650cc743bda1e6da1c8340337ac03d845 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 19 Jan 2026 02:29:14 -0300 Subject: [PATCH] Sketch out a possible table syntax in the roadmap --- static/graph.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/graph.toml b/static/graph.toml index 2ac5285..9ac9c6b 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -584,6 +584,11 @@ text = """ - [ ] Invert where redirects are set - [x] Formatting - [ ] Blockquotes + - [ ] Tables + - `%` block + - newline for rows + - indented, space-surrounded `!` wrap for headers + - indented, space-surrounded `|` wrap for cells - [x] Nested formatting - [x] Headers - [x] Preformatted blocks