3a4df29a92
GitOrigin-RevId: 3d7435c638baffaa826b85459df0fff47f12317d
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
|