feat: Typst posts #41

Open
aniva wants to merge 5 commits from post/typst into main
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 0f1fbc4ecd - Show all commits

View File

@ -1,5 +1,6 @@
#import "@preview/cetz:0.3.2"
#set text(24pt)
#metadata((
title: "Title",
date: "2025-01-01",
@ -78,6 +79,10 @@ This is a diagram.
caption: [Comparison of blog typesetting options]
)
#html.frame[
$ lim_(n -> infinity) (1 + 1/n)^n = sum_(n=0)^infinity 1/(n!)
$]
== Code
#html.frame[```rust