https://github.com/fletcher/mmd-users-guide
Source documents for the MultiMarkdown User's Guide (v2.0 aka Perl version)
https://github.com/fletcher/mmd-users-guide
Last synced: 8 months ago
JSON representation
Source documents for the MultiMarkdown User's Guide (v2.0 aka Perl version)
- Host: GitHub
- URL: https://github.com/fletcher/mmd-users-guide
- Owner: fletcher
- Created: 2009-07-10T16:16:17.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2010-07-06T23:05:13.000Z (almost 16 years ago)
- Last Synced: 2023-04-18T19:50:40.333Z (about 3 years ago)
- Homepage:
- Size: 154 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Title: MultiMarkdown User's Guide
Author: Fletcher T. Penney
Date: July 10, 2009
Copyright: 2009 Fletcher T. Penney.
This work is licensed under a Creative Commons License.
http://creativecommons.org/licenses/by-sa/2.5/
This project contains various source files that are used to generate the
MultiMarkdown User's Guide. To build the final document(s), first concatenate
the source files into a single MultiMarkdown document:
mmd_merge index.txt > guide.txt
Use MultiMarkdown to create the output format of your choice:
mmd guide.txt
will generate `guide.html`. You can also run `mmd2pdf` if you have LaTeX installed.
Please feel free to submit improvements to this document.