gollum: add comments in Gemfile

main
Benno Bielmeier 2 years ago committed by Kerstin
parent 8a770f06a2
commit 73fff1e663
  1. 12
      pkgs/applications/misc/gollum/Gemfile

@ -1,8 +1,10 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'gollum' gem 'gollum'
gem 'asciidoctor' # Support for extra markups
gem 'creole' gem 'asciidoctor' # AsciiDoc
gem 'wikicloth' gem 'creole' # Creole
gem 'org-ruby' gem 'wikicloth' # MediaWiki
gem 'RedCloth' gem 'org-ruby' # Org
gem 'RedCloth' # Textile

Loading…
Cancel
Save