Correct layout and complete slides
source 'https://rubygems.org' | ||
gem 'asciidoctor-revealjs' # latest released version | ||
# Comment above line and uncomment the below one to use development version | ||
#gem 'asciidoctor-revealjs', github: 'asciidoctor/asciidoctor-reveal.js' | ||
# NOTE For some reason, the json gem is required when using the system Ruby | ||
gem 'json' | ||
gem 'asciidoctor' | ||
gem 'asciidoctor-revealjs' | ||
gem 'asciidoctor-diagram' | ||
gem 'asciidoctor-pdf' | ||
gem 'prawn-gmagick' | ||
gem 'rouge' | ||
\ No newline at end of file |
89.5 KB
12.2 KB