-
Notifications
You must be signed in to change notification settings - Fork 530
Quickstart Guide to MultiMarkdown
Quick start instructions, for those in a hurry...
-
Download the MultiMarkdown package:
-
Unzip/untar it
-
MultiMarkdown can be run from anywhere, but is easiest when installed in a "common" location:
-
Windows:
- C:\Documents and Settings\All Users\MultiMarkdown
- C:\Documents and Settings<user>\MultiMarkdown
-
Mac OS X or *nix
- ~/Library/Application Support/MultiMarkdown (preferred on Mac OS X)
- ~/.multimarkdown
- /Library/Application Support/MultiMarkdown (preferred on Mac OS X)
- /usr/share/multimarkdown
-
-
In the "bin" directory, there are a couple of perl scripts designed to take a MultiMarkdown text file and convert to XHTML, or LaTeX, or pdf. These scripts are designed to be able to be run from anywhere. You can leave them where they are, or install them somewhere in your path directory:
-
mmd2XHTML.pl
-
mmd2LaTeX.pl
-
mmd2PDF.pl
-
mmd2PDFXeLaTeX.pl
-
mmd2letter.pl
-
-
To use these files, do something like the following:
cd MultiMarkdown bin/mmd2XHTML.pl file.txt
where "file.txt" is the MultiMarkdown file you wish to process. "file.html" will be created automatically
-
You can now open
file.html
in your web browser, or do what you like with it.