debian-mirror-gitlab/debian/patches/0430-remove-gitlab-markup.patch

15 lines
529 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
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.
2018-12-06 12:51:29 +05:30
--- a/Gemfile
+++ b/Gemfile
2021-06-09 22:52:32 +05:30
@@ -151,7 +151,6 @@
2018-12-06 12:51:29 +05:30
# Markdown and HTML processing
2021-03-08 22:12:33 +05:30
gem 'html-pipeline', '~> 2.13', '>= 2.13.2'
2020-04-22 19:44:27 +05:30
gem 'deckar01-task_list', '~> 2.3', '>= 2.3.1'
2020-05-24 23:50:06 +05:30
-gem 'gitlab-markup', '~> 1.7', '>= 1.7.1'
gem 'github-markup', '~> 1.7', require: 'github/markup'
2021-02-22 22:40:45 +05:30
gem 'commonmarker', '~> 0.21'
2021-04-30 00:10:56 +05:30
gem 'kramdown', '~> 2.3','>= 2.3.1'