The textproc/discount port
discount-2.2.7pl0 – fast C implementation of Markdown (cvsweb github mirror)
Description
This is David Loren Parsons's implementation of John Gruber's Markdown text to html language. There's not much here that differentiates it from any of the existing Markdown implementations except that it's written in C instead of one of the vast flock of scripting languages that are fighting it out for the Perl crown. Markdown provides a library that gives you formatting functions suitable for marking down entire documents or lines of text, a command-line program that you can use to mark down documents interactively or from a script, and a tiny suite of example programs that show how to fully utilize the markdown library.WWW: https://www.pell.portland.or.us/~orc/Code/markdown/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Files
- /usr/local/bin/discount
- /usr/local/bin/makepage
- /usr/local/bin/mkd2html
- /usr/local/bin/theme
- /usr/local/include/mkdio.h
- /usr/local/lib/libmarkdown.so.0.0
- /usr/local/lib/pkgconfig/libmarkdown.pc
- /usr/local/man/man1/discount.1
- /usr/local/man/man1/makepage.1
- /usr/local/man/man1/mkd2html.1
- /usr/local/man/man1/theme.1
- /usr/local/man/man3/discount.3
- /usr/local/man/man3/mkd-callbacks.3
- /usr/local/man/man3/mkd-functions.3
- /usr/local/man/man3/mkd-line.3
- /usr/local/man/man3/mkd_cleanup.3
- /usr/local/man/man3/mkd_compile.3
- /usr/local/man/man3/mkd_css.3
- /usr/local/man/man3/mkd_doc_author.3
- /usr/local/man/man3/mkd_doc_date.3
- /usr/local/man/man3/mkd_doc_title.3
- /usr/local/man/man3/mkd_generatecss.3
- /usr/local/man/man3/mkd_generatehtml.3
- /usr/local/man/man3/mkd_generateline.3
- /usr/local/man/man3/mkd_in.3
- /usr/local/man/man3/mkd_line.3
- /usr/local/man/man3/mkd_string.3
- /usr/local/man/man7/discount.7
- /usr/local/man/man7/mkd-extensions.7