First version of Gemini formatting

This commit is contained in:
vx-clutch
2026-03-01 21:51:37 -05:00
parent 6b87f3794b
commit 7a6625fea7
4 changed files with 13 additions and 12 deletions

View File

@@ -33,11 +33,8 @@ int main() {
"Item 3",
},
std.h(2, "Blockquotes"),
std.blockquote([[
"UNIX is very simple" - Dennis Ritchie
<br>
"GNU's Not UNIX" - Richard Stallman
]]),
std.blockquote([["UNIX is very simple" - Dennis Ritchie
"GNU's Not UNIX" - Richard Stallman]]),
std.h(2, "Rules"),
std.rule(),
std.h(2, "Images"),