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

Changelog

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

  * Initial release (Closes: #946859)

 -- Utkarsh Gupta <email address hidden>  Tue, 17 Dec 2019 01:55:07 +0530

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-reverse-markdown_1.3.0-1.dsc 2.2 KiB 2f3714c4f9c084457e0e382fa5efbff417cc7f76be41d5fed2e0b0700a76178d
ruby-reverse-markdown_1.3.0.orig.tar.gz 17.5 KiB 8c50663cb57371fad2da227fbe1af9074bd087a7865ad2bb0b665828b335148a
ruby-reverse-markdown_1.3.0-1.debian.tar.xz 2.3 KiB 12095a37708471e0537b629dc7c21f87e045628ad51a18462f3e82156480bb73

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.