10 lines
211 B
Ruby
10 lines
211 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'gollum'
|
|
|
|
# Support for extra markups
|
|
gem 'asciidoctor' # AsciiDoc
|
|
gem 'creole' # Creole
|
|
gem 'wikicloth' # MediaWiki
|
|
gem 'org-ruby' # Org
|
|
gem 'RedCloth' # Textile
|