Files
slides/examples/slides.md
Maas Lalani f68b80220b Use chroma theme: dracula
Rather than defining all of the colours ourselves, we can simply choose
a theme that is supported by `chroma`.
2021-06-08 23:56:09 -04:00

631 B

Welcome to Slides

A terminal based presentation tool

package main

import "fmt"

func main() {
  fmt.Println("Written in Go!")
}

Everything is markdown

In fact this entire presentation is a markdown file


h1

h2

h3

h4

h5
h6

Markdown components

You can use everything in markdown!

  • Like bulleted list
  • You know the deal
  1. Numbered lists too
Tables Too
Even Tables

All you need to do is separate slides with triple dashes --- on a separate line, like so:

# Slide 1
Some stuff

--- 

# Slide 2
Some other stuff