dockerfiles/reveal-md
drymer 5730233cf3
Bump deploy
2018-12-04 07:32:11 +01:00
..
Dockerfile [revealmd] Initial commit 2018-09-11 09:21:40 +02:00
README.md Bump deploy 2018-12-04 07:32:11 +01:00
entrypoint.sh [revealmd] Initial commit 2018-09-11 09:21:40 +02:00

README.md

Reveal-md

With this image you can use Reveal.js with the reveal-md plugin without installing npm, which is always nice. This image will expect to find your reveal files at /revealjs/files. You may use this image with the next function:

reveal () {
	async () {
		sleep 3 && xdg-open http:localhost:8000
	}
	async &|
	docker run -ti --name reveal --rm -v `pwd`:/revealjs/files/ -p 1948:1948 registry.daemons.it/reveal-md
}

You may use a css called presentation.css and a MD preprocessor called preproc.js.