./wip/stmd-git, Standard markdown converter implementation

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


Branch: CURRENT, Version: 1.0nb20230624, Package name: stmd-1.0nb20230624, Maintainer: pkgsrc-users

Standard markdown is a specification of markdown syntax, together
with BSD3-licensed implementations (stmd) in C and javascript.

The C implementation provides both a library and a standalone
program stmd that converts markdown to HTML. It is written in
standard C99 and has no library dependencies.


Required to build:
[devel/re2c] [devel/git-base] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-09-04 12:21:07 by Thomas Klausner | Files touched by this commit (3)
Log message:
Import stmd-1.0nb20140904 as wip/stmd-git.

Standard markdown is a specification of markdown syntax, together
with BSD3-licensed implementations (stmd) in C and javascript.

The C implementation provides both a library and a standalone
program stmd that converts markdown to HTML. It is written in
standard C99 and has no library dependencies.