Created
April 14, 2010 20:23
-
-
Save fonnesbeck/366295 to your computer and use it in GitHub Desktop.
MultiMarkdown document template for TextMate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: MultiMarkdown Document | |
Subtitle: Adventures in MultiMarkdown | |
Author: ${TM_FULLNAME} | |
Affiliation: ${TM_ORGANIZATION_NAME} | |
Email: ${TM_EMAIL} | |
Web: ${TM_URL} | |
Date: ${TM_DATE} | |
Copyright: ${TM_YEAR} ${TM_ORGANIZATION_NAME} | |
This work is licensed under a Creative Commons License. | |
http://creativecommons.org/licenses/by-nc-sa/3.0/ | |
XMP: CCAttributionShareAlike | |
Version: 1 | |
Base Header Level: 2 | |
CSS: http://fletcherpenney.net/document.css | |
Format: complete | |
LaTeX XSLT: article.xslt | |
XHTML XSLT: xhtml-toc-h2.xslt | |
Bibliography Title: References | |
BibTeX: ${BIBTEX} | |
Keywords: MultiMarkdown, template | |
# Section # | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur [p.42][#fake]. | |
> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | |
[#fake]: John Doe. *A Totally Fake Book*. Vanity Press, 2006. | |
[MultiMarkdown User's Guide]: http://fletcherpenney.net/mmd/users_guide/ "MultiMarkdown User's Guide" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment