+++ 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!"); } ```