Source: ruby-gitlab-markup Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Sruthi Chandran Build-Depends: asciidoctor, debhelper-compat (= 13), gem2deb (>= 1), python3-docutils, rake, ruby, rdoc, ruby-creole, ruby-html-pipeline (>= 2.12~), ruby-i18n, ruby-nokogiri-diff (<< 0.3.0), ruby-org, ruby-posix-spawn, ruby-redcarpet | ruby-rdiscount | ruby-maruku | ruby-kramdown, ruby-redcloth, ruby-sanitize, ruby-wikicloth Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-markup.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-markup Homepage: https://gitlab.com/gitlab-org/gitlab-markup # Needs to remove some files before autopkgtest #Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: ruby-gitlab-markup Architecture: all Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends}, python3, Breaks: ruby-github-markup (<< 1.7.0+dfsg-4~) Description: Fork from github-markup GitLab uses to render non markdown content This gem is used by GitLab to render any non Markdown markup. This library converts the raw markup to HTML. The HTML is sanitized, aggressively removing things that could harm such as `script` tags, inline-styles, and `class` or `id` attributes. Syntax highlighting is performed on code blocks. The HTML is passed through other filters in the html-pipeline that add special sauce, such as emoji.