Simplistic speaker notes
If this project has been pushed up to pypi:
pip install lookatme.contrib.notes
otherwise:
pip install ./path/to/lookatme.contrib.notes
Add the notes into the extensions array in the slide YAML header:
---
title: A title
author: Me
date: 2019-12-04
extensions:
- notes
---
With the extension installed and declared in the YAML header, use it in your markdown like so:
```notes
```