8000 GitHub - lqdev/RemarkFS: F# Markdown Slide Creation Tool based on Remark
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lqdev/RemarkFS

Repository files navigation

RemarkFS

FSharp Markdown Slide Creation Tool based on Remark

Dependencies

Install

mono .paket/paket.exe install

Usage

Create Presentation Content

Create a new file called helloworld.md in the src directory

# Hello World

---

# Agenda

1. Introduction
2. Deep-dive
3. ...

---

# Introduction

Build Presentations

In the console enter

fsharpi app.fsx

See Presentation

Once 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.

Configuration

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.

About

F# Markdown Slide Creation Tool based on Remark

Topics

Resources

License

Stars

Wa 4168 tchers

Forks

Releases

No releases published

Packages

No packages published
0