Articles tagged #html

Highlighted code in slides

I have obsessed about this long enough, I think it's only fair I (and you!) get some content out of it.

When I started writing this article, I was working on my P99 CONF slides. Those slides happen to include some bits of code. And because I'm a perfectionist, I would like this code to be syntax highlighted, like this:

Rust code
let addr: SocketAddr = config?
 ln = addr?
 configbase_url

Go back to the homepage.