1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/multimarkdown/pkg-descr
Adam Weinberger ddb318dd57 Update to 4.3.2.
The source remains only available through github. It also includes
a couple git submodules, which do not get included in the auto-generated
source tarballs. Some of these submodules do not have tagged releases.

So, I'm cutting my losses and just checking the source itself out
of github.

The port can now optionally install all The Other Stuff, and it
prevents the mtools conflict by default.
2013-10-26 17:56:07 +00:00

19 lines
805 B
Plaintext

MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain
text into well formatted documents, including HTML, PDF (by way of
LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or
'.fodt', which can in turn be converted into RTF, Microsoft Word, or
virtually any other word-processing format).
MMD is a superset of the Markdown syntax, originally created by John
Gruber. It adds multiple syntax features (tables, footnotes, and
citations, to name a few), in addition to the various output formats
listed above (Markdown only creates HTML). Additionally, it builds in
'smart' typography for various languages (proper left- and right-sided
quotes, for example).
NOTE: To use the mmd2pdf script, you must install print/latexmk.
WWW: http://www.fletcherpenney.net/multimarkdown/