1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ruby-github-markdown
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 12), gem2deb, ruby-nokogiri
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-github-markdown.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-github-markdown
Homepage: https://github.github.com/gfm/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-github-markdown
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: Markdown parser for GitHub.com
This package provides the self-contained Markdown parser used GitHub, with all
their custom extensions.
.
The differences with traditional Markdown are presented on this webpage:
https://help.github.com/articles/github-flavored-markdown/
|