[BACK]Return to DESCR CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / hs-cheapskate

Annotation of pkgsrc/textproc/hs-cheapskate/DESCR, Revision 1.1

1.1     ! pho         1: This is an experimental Markdown processor in pure Haskell. It aims to
        !             2: process Markdown efficiently and in the most forgiving possible
        !             3: way. It is designed to deal with any input, including garbage, with
        !             4: linear performance. Output is sanitized by default for protection
        !             5: against XSS attacks.
        !             6:
        !             7: Several markdown extensions are implemented, including fenced code
        !             8: blocks, significant list start numbers, and autolinked URLs.

CVSweb <webmaster@jp.NetBSD.org>