Summary🔗
The posts are rendered with @tailwind/typography plugins. You can finnd more details about how to configure it on its official webpage.
However, you can still use zola features such as usual.
Examples🔗
This is a simple paragraph.
And this is a list
- with its first
- and second item
Bold and italics font.
Code blocks🔗
Here your code snippet.
// This is the main function
fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}