Hello Typst

This is a sample blog post written in Typst format.

Introduction

Welcome to new blog system! This post demonstrates how Typst files work.

Basic Math

Here’s an inline equation:

And here’s a display equation:

Other Features

Code block:

#set: text(fill: red)
#let a = 5
#let b = 10
$a+b=#{a+b}$

Image:

Third party library usage

Conclusion

That’s how Typst math rendering works with HTML export!