git clone https://github.com/spmallette/rougecd rougegit checkout mm-adt- Build the gem:
$ gem build rouge.gemspec - Locally install the gem:
$ gem install --local rouge-3.4.1.pre.mmadt.gem - In the terminal where you are running asciidoctor set the
ROUGE_VERSIONenvironment variable:$ export ROUGE_VERSION=3.4.1.pre.mmadt - Use
mmadtas the "format" as in[source,mmadt]within asciidoc files. - Set the
source-highlighterto "rouge". $ asciidoctor -a source-highlighter=rouge -a rouge-style=thankful_eyes *.adoc -D html/
** bundle exec rackup
