Towards nicer slides

Matt Bovel @LAMP/LARA, EPFL

July 9, 2025

Markdown

  • Item 1
  • Item 2
  1. Item 1
  2. Item 2

Emphasis, Strong

Syntax highlighting

val a = if true then 0 else 42
transparent inline def hello() = ???
case class Foo(val bar: Int)
extension (o: Object) def baz() = ???

(Supports Scala 3 syntax!)

LaTeX

\phi = \frac{a}{b}

Slide break

Can break to the next slide without a new heading using a Markdown section beak:

---

Second part.

Fragments

First thing

Second thing