0.1.3: update parboiled to 0.11.1, add tabstops
Search Criteria
Package Details: pegdown-cli 0.1.3-1
Package Actions
| 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: | |
| Submitter: | ur6lad |
| Maintainer: | ur6lad |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2010-08-29 12:36 |
| Last Updated: | 2011-04-21 21:26 |
Latest Comments
Comment by ur6lad
Comment by ur6lad
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.