.\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2014-2015 Miek Gieben .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MMARK 1 "September 2015" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME Mmark \- Markdown processor written in Go geared for the IETF .SH SYNOPSIS .B mmark .RI [ options ] " " [ inputfile " [" outputfile ]] .SH COPYRIGHT Copyright \(co 2014 Miek Gieben .br Copyright \(co 2011 Russ Ross .br Distributed under the Simplified BSD License. .SH DESCRIPTION .B Mmark is a Markdown processor. It supports the Markdown syntax and has been extended with (syntax) features found in other Markdown implementations like kramdown, PHP Markdown Extra, ScholarlyMarkdown, Leanpub and even Asciidoc. This allows .B mmark to be used to write larger, structured documents such as RFC and I-Ds or even books, while not deviating too far from Markdown. .SH OPTIONS .TP .B \-bib\-id\fP="http://xml2rfc.ietf.org/public/rfc/bibxml3/" ID bibliography URL .TP .B \-bib\-rfc\fP="http://xml2rfc.ietf.org/public/rfc/bibxml/" RFC bibliography URL .TP .B \-css\fP="" link to a CSS stylesheet (implies \fB\-page\fP) .TP .B \-head\fP="" link to HTML to be included in head (implies \fB\-page\fP) .TP .B \-page\fP=\fIfalse\fP generate a standalone HTML page .TP .B \-xml\fP=\fIfalse\fP generate XML2RFC v3 output .TP .B \-xml2\fP=\fIfalse\fP generate XML2RFC v2 output .SH AUTHORS Written by Miek Gieben, forked from Russ Ross's Blackfriday Markdown processor. .SH SEE ALSO Full documentation at: .br or available locally at: /usr/share/doc/mmark/