| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 23:47:07 GMT
X-Served-By: cache-dfw-kdal2120113-DFW, cache-bom-vanm7210059-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768607227.472010,VS0,VE383
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
markdown: Convert Markdown to HTML, with XSS protection
[Skip to Readme]
markdown: Convert Markdown to HTML, with XSS protection
This library leverages existing high-performance libraries (attoparsec, blaze-html, text, and conduit), and should integrate well with existing codebases.
[Skip to Readme]
Downloads
- markdown-0.1.17.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 0.1.0.1, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.2, 0.1.2.1, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.6.1, 0.1.7, 0.1.7.1, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.13.1, 0.1.13.2, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.17.1, 0.1.17.2, 0.1.17.3, 0.1.17.4, 0.1.17.5 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | attoparsec (>=0.10), base (>=4.9 && <5), blaze-html (>=0.4), blaze-markup (>=0.6), conduit (>=1.2.8), conduit-extra (>=1.1), containers, data-default (>=0.3), text, transformers (>=0.2.2), xml-conduit, xml-types, xss-sanitize (>=0.3.3) [details] |
| License | BSD-3-Clause |
| Author | Michael Snoyman |
| Maintainer | michael@snoyman.com |
| Uploaded | by MichaelSnoyman at 2021-09-29T05:41:04Z |
| Category | Web |
| Home page | https://github.com/snoyberg/markdown |
| Source repo | head: git clone git://github.com/snoyberg/markdown.git |
| Distributions | Debian:0.1.17.4, LTSHaskell:0.1.17.5, NixOS:0.1.17.5, Stackage:0.1.17.5 |
| Reverse Dependencies | 12 direct, 2 indirect [details] |
| Downloads | 29123 total (145 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2021-09-29 [all 1 reports] |
Readme for markdown-0.1.17.5
[back to package description]Markdown for haskell
NOTE This package is deprecated and no longer supported. Instead, please consider using cmark or cmark-gfm.
This is a haskell library for converting markdown to HTML. It's written in pure haskell. Also read the more technical description on stackage.
Use with yesod
For use with yesod, check out yesod-text-markdown.