Package Details: pegdown-cli 0.1.3-1

Package Base: pegdown-cli
Description: A CLI tool to render Markdown text to HTML
Upstream URL: http://code.pi.co.ua/pegdown-cli
Category: office
Licenses: Apache
Submitter: ur6lad
Maintainer: ur6lad
Last Packager: None
Votes: 0
First Submitted: 2010-08-29 12:36
Last Updated: 2011-04-21 21:26

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by ur6lad

2011-04-21 21:27

0.1.3: update parboiled to 0.11.1, add tabstops

Comment by ur6lad

2010-10-07 05:48

Quote from pegdown's web-page

Currently pegdown supports the following extensions over standard Markdown:
* SMARTS: Beautifys apostrophes, ellipsises ("..." and ". . .") and dashes ("--" and "---")
* QUOTES: Beautifys single quotes, double quotes and double angle quotes (« and »)
* SMARTYPANTS: Convenience extension enabling both, SMARTS and QUOTES, at once.
* ABBREVIATIONS: Support for abbreviations in the way of PHP Markdown Extra.
* HARDWRAPS: Enables alternative handling of newlines, see Github-flavoured-Markdown
* AUTOLINKS: Enables plain (undelimited) autolinks the way Github-flavoured-Markdown implements them.
* TABLES: Enables support for tables similar to MultiMarkdown (which is in turn like the PHP Markdown Extra tables, but with colspan support).
* HTML BLOCK SUPPRESSION: Suppresses the output of HTML blocks.
* INLINE HTML SUPPRESSION: Suppresses the output of inline HTML elements.