gitlab-markup and github-markup are almost same except for some uncommon extra
features in gitlab-markup. Support only github-markup syntax to avoid
maintaining two almost same packages.

--- a/Gemfile
+++ b/Gemfile
@@ -152,7 +152,6 @@
 # Markdown and HTML processing
 gem 'html-pipeline', '~> 2.13','>= 2.13.2'
 gem 'deckar01-task_list', '~> 2.3','>= 2.3.1'
-gem 'gitlab-markup', '~> 1.8'
 gem 'github-markup', '~> 1.7', require: 'github/markup'
 gem 'commonmarker', '~> 0.23.4'
 gem 'kramdown', '~> 2.3','>= 2.3.1'