Asciidoctor

Parse document as html

f=<file.adoc> && nano $f && asciidoctor -a stylesheet=foundation.css -a stylesdir=~/prg/asciidoctor-stylesheet-factory/stylesheets/ $f

Parse document as pdf

f=<file.adoc> && nano $f && asciidoctor-pdf -a stylesheet=foundation.css -a stylesdir=~/prg/asciidoctor-stylesheet-factory/stylesheets/ $f