A presentation app using Fyne and Markdown
Each presentation is a simple markdown file. It also supports toml front matter for configuration, such as theme.
+++
theme = "matrix"
+++
# Heading
## Subheading
---
# Slide 2
Content for slide
---
# Bullets
* First
* Second
* Third