mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
gollum: add comments in Gemfile
This commit is contained in:
parent
8a770f06a2
commit
73fff1e663
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,10 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'gollum'
|
||||
|
||||
gem 'asciidoctor'
|
||||
gem 'creole'
|
||||
gem 'wikicloth'
|
||||
gem 'org-ruby'
|
||||
gem 'RedCloth'
|
||||
# Support for extra markups
|
||||
gem 'asciidoctor' # AsciiDoc
|
||||
gem 'creole' # Creole
|
||||
gem 'wikicloth' # MediaWiki
|
||||
gem 'org-ruby' # Org
|
||||
gem 'RedCloth' # Textile
|
||||
|
|
Loading…
Reference in a new issue