From 66a2bb0393b16e3bd8464ab6e9a8418e45134afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 11 Jul 2016 12:19:43 -0400 Subject: [PATCH] Remove deprecated github-markdown markup From [RubyGems](https://rubygems.org/gems/github-markdown/versions/0.6.9): > THIS GEM IS NOT MAINTAINED AND NOT SUPPORTED. Also, the GitHub repository, maintained by GitHub, was removed. The link is now a redirect, it doesn't point to the GFM page anymore. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9bbc8de2..ed647555 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ Gollum presently ships with support for the following markups: Since all markups are rendered by the [github-markup](https://github.com/github/markup) gem, you can easily add support for other markups by additional installation: * [AsciiDoc](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/) -- `[sudo] gem install asciidoctor` * [Creole](http://www.wikicreole.org/wiki/CheatSheet) -- `[sudo] gem install creole` -* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `[sudo] gem install github-markdown` * [MediaWiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `[sudo] gem install wikicloth` * [Org](http://orgmode.org/worg/dev/org-syntax.html) -- `[sudo] gem install org-ruby` * [Pod](http://perldoc.perl.org/perlpod.html) -- requires Perl >= 5.10 (the `perl` command must be available on your command line)