presentations/markdown/README.md

18 lines
424 B
Markdown
Raw Normal View History

2025-03-12 18:08:46 -06:00
# Markdown
2025-03-12 18:05:55 -06:00
2025-03-12 18:08:46 -06:00
A presentation about Markdown, what it is, a brief history, and what you can use it for
2025-03-12 18:05:55 -06:00
### Building
Requirements:
- [markdown-slides](https://gitlab.com/da_doomer/markdown-slides)
- GNU Make
- A JS capable web browser
0. Clone this repository
1. `make clean`
2. `make`
3. `make preview` or open `./out/index.html` in a JS capable web browser
For instructions on presenting, refer to RevealJS documentation.