FSharp Markdown Slide Creation Tool based on Remark
mono .paket/paket.exe installCreate a new file called helloworld.md in the src directory
# Hello World
---
# Agenda
1. Introduction
2. Deep-dive
3. ...
---
# IntroductionIn the console enter
fsharpi app.fsxOnce the script is done running, check the public folder and you should see a file called hello-world.html. Open it in the browser of your choice and the following content should display.
By default, Markdown files are stored in the src directory and Remark presentations are stored in the public directory. To change this, edit the app.config.json properties to match the folder of your choosing.