zola-sam/content/posts/syntax-highlighting.md

16 lines
213 B
Markdown
Raw Normal View History

2020-06-10 19:36:40 +02:00
+++
title = "Syntax Hightlighting"
date = 2019-02-02
[taxonomies]
tags = ["syntax", "post"]
authors = ["alice"]
+++
Here is some syntax hightlighting.
```rust
pub fn main() {
println!("Hello world!");
}
```