Very handy markdown (.md) to html slides converter based on https://github.com/gnab/remark Works from command line, and also with unix pipeline.
Install as command line tool:
npm i -g md2slides
One may run this command with sudo
md2slides file.md output.html
Will read your md
file and convert it to html
It also saves a remark*.js
file in the same directory as `html.
It makes very nice looking slides. And makes them really quickly.
- Introduction
- Deep-dive
- ...
function add(a, b) {
return a + b;
}
$watch(watchExpression, listener, [objectEquality]);
puts "What's up?"
print "world"
run those commands to test: Clone this repository with:
git clone git@github.com/syzer/md2slides
cd md2lides
npm i --dev
npm test
[X] javascript =>
js'
[ ] support for math equations