ruby-reverse-markdown 1.4.0-1 source package in Ubuntu

Changelog

ruby-reverse-markdown (1.4.0-1) unstable; urgency=medium

  * New upstream version.
  * d/control (Uploaders): Add myself.
    (Description): Extend the description.

 -- Daniel Leidert <email address hidden>  Wed, 08 Jan 2020 02:19:27 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-reverse-markdown_1.4.0-1.dsc 2.2 KiB b4fc2f398253df5ac78b1acd61561a546467f616a82957da8cb847270a4f2daa
ruby-reverse-markdown_1.4.0.orig.tar.gz 17.9 KiB eacd04b4019c8c52cf836b1c4c670607e93dba9f37980389f55840edceee78ff
ruby-reverse-markdown_1.4.0-1.debian.tar.xz 2.4 KiB 4ece71e7b546faa9153ec4993407fdd55c663e06811ee72c3e04d580485e2049

Available diffs

No changes file available.

Binary packages built by this source

ruby-reverse-markdown: converts HTML code into markdown

 reverse_markdown transforms HTML into Markdown. It is useful, for example,
 to import HTML into a Markdown based application. It supports all the
 established tags and can also be extended, it can deal with nested lists,
 inline and block code, and supports blockquotes.
 .
 It supports all the established HTML tags and requires Ruby 1.9.3 or higher.