./textproc/discount, Markdown C implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.7dnb2, Package name: discount-2.2.7dnb2, Maintainer: schmonz

Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).

The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.

Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.


Master sites:

Filesize: 130.256 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-05 09:42:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
discount: force unsigned chars on NetBSD

Fixes p5-Text-Markdown-Discount.

Bump PKGREVISION.
   2026-01-04 22:56:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
discount: restore patches after update revert
   2026-01-04 22:56:31 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
discount: revert update, breaks p5-Text-Markdown-Discount
   2026-01-04 22:21:01 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
discount: update to 3.0.1.2.

Changes not found.
   2026-01-04 21:50:33 by Thomas Klausner | Files touched by this commit (1)
Log message:
discount: switch to https
   2025-09-29 22:38:04 by matthew green | Files touched by this commit (2)
Log message:
make function type match function pointer type (add const, char* -> void*).

fixes build with GCC 14.
   2025-05-07 10:31:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
discount: add upstream bug report URL
   2025-05-06 00:11:18 by Thomas Klausner | Files touched by this commit (3)
Log message:
discount: fix isspace() usage

Bump PKGREVISION.