SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Downloaden Sie, um offline zu lesen
What is MultiMarkdown?
And why should you care?
Fletcher T. Penney
http://fletcherpenney.net/multimarkdown/
April 4, 2011
1 / 21
MultiMarkdown is a derivative of Markdown
Markdown1 is a program and a syntax by John Gruber that
allows you to easily convert plain text into HTML suitable for
using on a web page.
1
http://daringfireball.net/projects/markdown/
2 / 21
The old way was complicated
<p>In order to create valid
<a href="http://en.wikipedia.org/wiki/HTML">HTML</a>, you
need properly coded syntax that can be cumbersome for
&#8220;non-programmers&#8221; to write. Sometimes, you
just want to easily make certain words <strong>bold
</strong>, and certain words <em>italicized</em> without
having to remember the syntax. Additionally, for example,
creating lists:</p>
<ul>
<li>should be easy</li>
<li>should not involve programming</li>
</ul>
3 / 21
The new way is easier
In order to create valid [HTML], you need properly
coded syntax that can be cumbersome for
"non-programmers" to write. Sometimes, you just want
to easily make certain words **bold**, and certain
words *italicized* without having to remember the
syntax. Additionally, for example, creating lists:
* should be easy
* should not involve programming
[HTML]: http://en.wikipedia.org/wiki/HTML
4 / 21
Markdown is designed for people
The overriding design goal for Markdown’s formatting syntax is
to make it as readable as possible. The idea is that a
Markdown-formatted document should be publishable as-is, as
plain text, without looking like it’s been marked up with tags or
formatting instructions. While Markdown’s syntax has been
influenced by several existing text-to-HTML filters, the single
biggest source of inspiration for Markdown’s syntax is the
format of plain text email. (1)
5 / 21
But Markdown wasn’t complete
I, and others, loved the spirit and elegance of Markdown, but
felt it was still missing a few features that each of us considered
were essential. Several variations on Markdown arose to meet
the needs of these other programmers.
6 / 21
MultiMarkdown adds several new features
• footnotes
• tables
• citations and bibliography
• image attributes
• metadata
• internal cross-references
• math support
• glossary entries
• definition lists
• and more. . .
7 / 21
MMD also adds something else. . .
• Outside of the actual syntax, MMD supports multiple
output formats, including HTML, LaTeX2, OpenDocument3,
and OPML4
• This allows you to use the same markup language
(MultiMarkdown) to create a high quality pdf (article, book,
or presentation like this one) without any additional
programming.
• Most importantly, you don’t have to know how this works,
or even what it the LaTeX commands mean — just have
the software installed.
2
http://en.wikipedia.org/wiki/LaTeX
3
http://en.wikipedia.org/wiki/OpenDocument
4
http://en.wikipedia.org/wiki/OPML
8 / 21
So, one text file becomes multiple final documents
Dropbox
iThoughts
OmniOutliner
MMD Text Document ODF
HTML
LaTeX
Article Book Slideshow
OPML
TextMate
Word
RTF
Figure: Example MultiMarkdown output formats
9 / 21
The goal is to separate content from formatting
By focusing on the text content of your document, you can focus
on the creative, the scientific, the human. Let your computer do
what it is good at — the fairly boring job of making sure that
margins are correct, that paragraphs are properly separated,
your footnotes are in order, and that your tables line up —
regardless of the final format you want your document to take.
10 / 21
MultiMarkdown and Mathematics
Built into MultiMarkdown is support for mathematical equations.
You write using LaTeX syntax. When you output to HTML, you
can use MathJax5 to properly display the math. If you output to
LaTeX, it is display automatically. There is not currently an
approach to display math using OpenDocument
[ {e}^{ipi }+1=0 ]
becomes
eiπ
+ 1 = 0
5
http://www.mathjax.org/
11 / 21
Images are just as easy
![Nautilus Star](Nautilus_Star.png)
becomes. . .
12 / 21
Images are just as easy
Figure: Nautilus Star
13 / 21
Support for a bibliography is also included
• MultiMarkdown has support for BibTeX6, or for just
including your own citations, so that you can back up your
arguments. (2, p. 42)
• The citation above links to the corresponding entry in the
bibliography.
6
http://www.bibtex.org/
14 / 21
Installation is easy
• Download the MultiMarkdown software — there are
installers for Mac OS X and Windows, and instructions for
compiling in Linux.
• If you want to use LaTeX, install a version appropriate for
your operating system.
• OpenDocument output doesn’t require any special
software, but will require an application capable of opening
the document — LibreOffice, OpenOffice.org (with the
proper plug-in installed), etc.
15 / 21
How do I create a MultiMarkdown document?
• A MultiMarkdown is simply a text document that is written
in the MultiMarkdown syntax. You can use any text editor
or application you like. If your editor supports fonts, italics,
etc. then be sure to save as a plain text file (not a .doc,
RTF, or other “rich” format).
• Some applications include built-in support for
MultiMarkdown in various ways. There’s a bundle7 for
TextMate8, and Scrivener9 includes MultiMarkdown
support.
7
http://fletcher.github.com/markdown.tmbundle/
8
http://macromates.com/
9
http://www.literatureandlatte.com/scrivener.html
16 / 21
Why should I mess with this LaTeX stuff?
MultiMarkdown’s support for LaTeX is designed to automatically
do the “right” thing in most situations for most people. But if you
want to dig in and learn more, you can customize MMD to
create highly tailored documents that suit your specific needs. If
you want high quality typography, LaTeX is the way to go.
If you already know what LaTeX is, then MultiMarkdown allows
you to create documents without learning all of the complicated
LaTeX commands and markup.
17 / 21
How do I create a fancy PDF?
If you’re using LaTeX, and have the proper software installed it’s
easy:
1 Type mmd2tex filename.txt
2 Use pdflatex, xelatex, or your preferred tool to compile
the LaTeX file into a pdf.
3 There is no step 3
18 / 21
Where to learn more
• http://fletcherpenney.net/multimarkdown/
• http://groups.google.com/group/multimarkdown/
• http://fletcher.github.com/MultiMarkdown-Gallery/
19 / 21
By the way. . .
This presentation was, of course, written in MultiMarkdown and
processed by typing mmd2tex what is mmd.txt.
It uses the beamer XSLT file, and the keynote-gradient
beamer theme.
20 / 21
Bibliography I
[1] John Gruber. Daring Fireball: Markdown. [Cited January
2006]. Available from
http://daringfireball.net/projects/markdown/.
[2] John Doe. A Totally Fake Book. Vanity Press, 2006.
21 / 21

Weitere ähnliche Inhalte

Andere mochten auch

Andere mochten auch (18)

Markdown – An Introduction
Markdown – An IntroductionMarkdown – An Introduction
Markdown – An Introduction
 
Markdown Slides [EN]
Markdown Slides [EN]Markdown Slides [EN]
Markdown Slides [EN]
 
CommonMark: Markdown done right - Nomad PHP September 2016
CommonMark: Markdown done right - Nomad PHP September 2016CommonMark: Markdown done right - Nomad PHP September 2016
CommonMark: Markdown done right - Nomad PHP September 2016
 
An introduction to knitr and R Markdown
An introduction to knitr and R MarkdownAn introduction to knitr and R Markdown
An introduction to knitr and R Markdown
 
Take it easy with markdown
Take it easy with markdownTake it easy with markdown
Take it easy with markdown
 
Markdown可以做什麼
Markdown可以做什麼Markdown可以做什麼
Markdown可以做什麼
 
Markdown - friend or foe?
Markdown - friend or foe?Markdown - friend or foe?
Markdown - friend or foe?
 
How to make keynote like presentation with markdown
How to make keynote like presentation with markdownHow to make keynote like presentation with markdown
How to make keynote like presentation with markdown
 
Die Magie von Markdown
Die Magie von MarkdownDie Magie von Markdown
Die Magie von Markdown
 
Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...
Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...
Dmm300 – mixed scenarios for sap hana data warehousing and BW: overview and e...
 
Dmm302 - Sap Hana Data Warehousing: Models for Sap Bw and SQL DW on SAP HANA
Dmm302 - Sap Hana Data Warehousing: Models for Sap Bw and SQL DW on SAP HANA Dmm302 - Sap Hana Data Warehousing: Models for Sap Bw and SQL DW on SAP HANA
Dmm302 - Sap Hana Data Warehousing: Models for Sap Bw and SQL DW on SAP HANA
 
Dmm212 – Sap Hana Graph Processing
Dmm212 – Sap Hana  Graph ProcessingDmm212 – Sap Hana  Graph Processing
Dmm212 – Sap Hana Graph Processing
 
La tecnologia e informatica
La tecnologia e informaticaLa tecnologia e informatica
La tecnologia e informatica
 
3Com 3C905B-T
3Com 3C905B-T3Com 3C905B-T
3Com 3C905B-T
 
3Com USR1868
3Com USR18683Com USR1868
3Com USR1868
 
3Com 3C17506A
3Com 3C17506A3Com 3C17506A
3Com 3C17506A
 
3Com 3C0504145-00
3Com 3C0504145-003Com 3C0504145-00
3Com 3C0504145-00
 
Circuito electrico
Circuito electricoCircuito electrico
Circuito electrico
 

Ähnlich wie What is mmd - Multi Markdown ?

Decorating code (Research Paper)
Decorating code (Research Paper)Decorating code (Research Paper)
Decorating code (Research Paper)
Jenna Pederson
 
Dita ot pipeline webinar
Dita ot pipeline webinarDita ot pipeline webinar
Dita ot pipeline webinar
Suite Solutions
 
A visual DSL toolkit in Lua: Past, present and future
A visual DSL toolkit in Lua: Past, present and futureA visual DSL toolkit in Lua: Past, present and future
A visual DSL toolkit in Lua: Past, present and future
Alexander Gladysh
 
Understanding_Markdowns_Pandoc_and_YALM
Understanding_Markdowns_Pandoc_and_YALMUnderstanding_Markdowns_Pandoc_and_YALM
Understanding_Markdowns_Pandoc_and_YALM
Hellen Gakuruh
 

Ähnlich wie What is mmd - Multi Markdown ? (20)

Installation guide for Latex and MOODLE
Installation guide for Latex and MOODLEInstallation guide for Latex and MOODLE
Installation guide for Latex and MOODLE
 
LATEX.ppt
LATEX.pptLATEX.ppt
LATEX.ppt
 
Software for paper formatting
Software for paper formatting Software for paper formatting
Software for paper formatting
 
Math content conversion
Math content conversionMath content conversion
Math content conversion
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEX
 
Getting Started in Custom Programming for Talent Sourcing
Getting Started in Custom Programming for Talent SourcingGetting Started in Custom Programming for Talent Sourcing
Getting Started in Custom Programming for Talent Sourcing
 
Slides from the NASIG 2018 Preconference
Slides from the NASIG 2018 PreconferenceSlides from the NASIG 2018 Preconference
Slides from the NASIG 2018 Preconference
 
MATLAB Assignment Help
MATLAB Assignment HelpMATLAB Assignment Help
MATLAB Assignment Help
 
Decorating code (Research Paper)
Decorating code (Research Paper)Decorating code (Research Paper)
Decorating code (Research Paper)
 
Dita ot pipeline webinar
Dita ot pipeline webinarDita ot pipeline webinar
Dita ot pipeline webinar
 
Latex Notes
Latex NotesLatex Notes
Latex Notes
 
Dreaweaver cs5
Dreaweaver cs5Dreaweaver cs5
Dreaweaver cs5
 
Presentation of Microsoft office
Presentation of Microsoft officePresentation of Microsoft office
Presentation of Microsoft office
 
Technical writing tools
Technical writing toolsTechnical writing tools
Technical writing tools
 
Integrating Markdown into a DITA Workflow
Integrating Markdown into a DITA WorkflowIntegrating Markdown into a DITA Workflow
Integrating Markdown into a DITA Workflow
 
Roadmap to Become a Pro in MERN Stack Development
Roadmap to Become a Pro in MERN Stack DevelopmentRoadmap to Become a Pro in MERN Stack Development
Roadmap to Become a Pro in MERN Stack Development
 
A visual DSL toolkit in Lua: Past, present and future
A visual DSL toolkit in Lua: Past, present and futureA visual DSL toolkit in Lua: Past, present and future
A visual DSL toolkit in Lua: Past, present and future
 
scientific writing 01 - latex
scientific writing   01 - latexscientific writing   01 - latex
scientific writing 01 - latex
 
Understanding_Markdowns_Pandoc_and_YALM
Understanding_Markdowns_Pandoc_and_YALMUnderstanding_Markdowns_Pandoc_and_YALM
Understanding_Markdowns_Pandoc_and_YALM
 
Zendcon magento101
Zendcon magento101Zendcon magento101
Zendcon magento101
 

Mehr von Luc Vanrobays

Tech ed 2012 eim260 modeling in sap hana-exercise
Tech ed 2012 eim260   modeling in sap hana-exerciseTech ed 2012 eim260   modeling in sap hana-exercise
Tech ed 2012 eim260 modeling in sap hana-exercise
Luc Vanrobays
 

Mehr von Luc Vanrobays (18)

Introduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds viewsIntroduction to extracting data from sap s 4 hana with abap cds views
Introduction to extracting data from sap s 4 hana with abap cds views
 
How to use abap cds for data provisioning in bw
How to use abap cds for data provisioning in bwHow to use abap cds for data provisioning in bw
How to use abap cds for data provisioning in bw
 
Sap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypesSap bw4 hana architecture archetypes
Sap bw4 hana architecture archetypes
 
BW Adjusting settings and monitoring data loads
BW Adjusting settings and monitoring data loadsBW Adjusting settings and monitoring data loads
BW Adjusting settings and monitoring data loads
 
Abap Objects for BW
Abap Objects for BWAbap Objects for BW
Abap Objects for BW
 
Build and run an sql data warehouse on sap hana
Build and run an sql data warehouse on sap hanaBuild and run an sql data warehouse on sap hana
Build and run an sql data warehouse on sap hana
 
Bi05 fontes de_dados_hana_para_relatorios_presentação_conceitual_2
Bi05 fontes de_dados_hana_para_relatorios_presentação_conceitual_2Bi05 fontes de_dados_hana_para_relatorios_presentação_conceitual_2
Bi05 fontes de_dados_hana_para_relatorios_presentação_conceitual_2
 
Dmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hanaDmm203 – new approaches for data modelingwith sap hana
Dmm203 – new approaches for data modelingwith sap hana
 
Text analysis matrix event 2015
Text analysis matrix event 2015Text analysis matrix event 2015
Text analysis matrix event 2015
 
DMM270 – Spatial Analytics with Sap Hana
DMM270 – Spatial Analytics with Sap HanaDMM270 – Spatial Analytics with Sap Hana
DMM270 – Spatial Analytics with Sap Hana
 
Dmm300 - Mixed Scenarios/Architecture HANA Models / BW
Dmm300 - Mixed Scenarios/Architecture HANA Models / BWDmm300 - Mixed Scenarios/Architecture HANA Models / BW
Dmm300 - Mixed Scenarios/Architecture HANA Models / BW
 
Dev104
Dev104Dev104
Dev104
 
DMM161_2015_Exercises
DMM161_2015_ExercisesDMM161_2015_Exercises
DMM161_2015_Exercises
 
DMM161 HANA_MODELING_2015
DMM161 HANA_MODELING_2015DMM161 HANA_MODELING_2015
DMM161 HANA_MODELING_2015
 
EA261_2015_Exercises
EA261_2015_ExercisesEA261_2015_Exercises
EA261_2015_Exercises
 
EA261_2015
EA261_2015EA261_2015
EA261_2015
 
Tech ed 2012 eim260 modeling in sap hana-exercise
Tech ed 2012 eim260   modeling in sap hana-exerciseTech ed 2012 eim260   modeling in sap hana-exercise
Tech ed 2012 eim260 modeling in sap hana-exercise
 
Sap esp integration options
Sap esp integration optionsSap esp integration options
Sap esp integration options
 

Kürzlich hochgeladen

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Kürzlich hochgeladen (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

What is mmd - Multi Markdown ?

  • 1. What is MultiMarkdown? And why should you care? Fletcher T. Penney http://fletcherpenney.net/multimarkdown/ April 4, 2011 1 / 21
  • 2. MultiMarkdown is a derivative of Markdown Markdown1 is a program and a syntax by John Gruber that allows you to easily convert plain text into HTML suitable for using on a web page. 1 http://daringfireball.net/projects/markdown/ 2 / 21
  • 3. The old way was complicated <p>In order to create valid <a href="http://en.wikipedia.org/wiki/HTML">HTML</a>, you need properly coded syntax that can be cumbersome for &#8220;non-programmers&#8221; to write. Sometimes, you just want to easily make certain words <strong>bold </strong>, and certain words <em>italicized</em> without having to remember the syntax. Additionally, for example, creating lists:</p> <ul> <li>should be easy</li> <li>should not involve programming</li> </ul> 3 / 21
  • 4. The new way is easier In order to create valid [HTML], you need properly coded syntax that can be cumbersome for "non-programmers" to write. Sometimes, you just want to easily make certain words **bold**, and certain words *italicized* without having to remember the syntax. Additionally, for example, creating lists: * should be easy * should not involve programming [HTML]: http://en.wikipedia.org/wiki/HTML 4 / 21
  • 5. Markdown is designed for people The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email. (1) 5 / 21
  • 6. But Markdown wasn’t complete I, and others, loved the spirit and elegance of Markdown, but felt it was still missing a few features that each of us considered were essential. Several variations on Markdown arose to meet the needs of these other programmers. 6 / 21
  • 7. MultiMarkdown adds several new features • footnotes • tables • citations and bibliography • image attributes • metadata • internal cross-references • math support • glossary entries • definition lists • and more. . . 7 / 21
  • 8. MMD also adds something else. . . • Outside of the actual syntax, MMD supports multiple output formats, including HTML, LaTeX2, OpenDocument3, and OPML4 • This allows you to use the same markup language (MultiMarkdown) to create a high quality pdf (article, book, or presentation like this one) without any additional programming. • Most importantly, you don’t have to know how this works, or even what it the LaTeX commands mean — just have the software installed. 2 http://en.wikipedia.org/wiki/LaTeX 3 http://en.wikipedia.org/wiki/OpenDocument 4 http://en.wikipedia.org/wiki/OPML 8 / 21
  • 9. So, one text file becomes multiple final documents Dropbox iThoughts OmniOutliner MMD Text Document ODF HTML LaTeX Article Book Slideshow OPML TextMate Word RTF Figure: Example MultiMarkdown output formats 9 / 21
  • 10. The goal is to separate content from formatting By focusing on the text content of your document, you can focus on the creative, the scientific, the human. Let your computer do what it is good at — the fairly boring job of making sure that margins are correct, that paragraphs are properly separated, your footnotes are in order, and that your tables line up — regardless of the final format you want your document to take. 10 / 21
  • 11. MultiMarkdown and Mathematics Built into MultiMarkdown is support for mathematical equations. You write using LaTeX syntax. When you output to HTML, you can use MathJax5 to properly display the math. If you output to LaTeX, it is display automatically. There is not currently an approach to display math using OpenDocument [ {e}^{ipi }+1=0 ] becomes eiπ + 1 = 0 5 http://www.mathjax.org/ 11 / 21
  • 12. Images are just as easy ![Nautilus Star](Nautilus_Star.png) becomes. . . 12 / 21
  • 13. Images are just as easy Figure: Nautilus Star 13 / 21
  • 14. Support for a bibliography is also included • MultiMarkdown has support for BibTeX6, or for just including your own citations, so that you can back up your arguments. (2, p. 42) • The citation above links to the corresponding entry in the bibliography. 6 http://www.bibtex.org/ 14 / 21
  • 15. Installation is easy • Download the MultiMarkdown software — there are installers for Mac OS X and Windows, and instructions for compiling in Linux. • If you want to use LaTeX, install a version appropriate for your operating system. • OpenDocument output doesn’t require any special software, but will require an application capable of opening the document — LibreOffice, OpenOffice.org (with the proper plug-in installed), etc. 15 / 21
  • 16. How do I create a MultiMarkdown document? • A MultiMarkdown is simply a text document that is written in the MultiMarkdown syntax. You can use any text editor or application you like. If your editor supports fonts, italics, etc. then be sure to save as a plain text file (not a .doc, RTF, or other “rich” format). • Some applications include built-in support for MultiMarkdown in various ways. There’s a bundle7 for TextMate8, and Scrivener9 includes MultiMarkdown support. 7 http://fletcher.github.com/markdown.tmbundle/ 8 http://macromates.com/ 9 http://www.literatureandlatte.com/scrivener.html 16 / 21
  • 17. Why should I mess with this LaTeX stuff? MultiMarkdown’s support for LaTeX is designed to automatically do the “right” thing in most situations for most people. But if you want to dig in and learn more, you can customize MMD to create highly tailored documents that suit your specific needs. If you want high quality typography, LaTeX is the way to go. If you already know what LaTeX is, then MultiMarkdown allows you to create documents without learning all of the complicated LaTeX commands and markup. 17 / 21
  • 18. How do I create a fancy PDF? If you’re using LaTeX, and have the proper software installed it’s easy: 1 Type mmd2tex filename.txt 2 Use pdflatex, xelatex, or your preferred tool to compile the LaTeX file into a pdf. 3 There is no step 3 18 / 21
  • 19. Where to learn more • http://fletcherpenney.net/multimarkdown/ • http://groups.google.com/group/multimarkdown/ • http://fletcher.github.com/MultiMarkdown-Gallery/ 19 / 21
  • 20. By the way. . . This presentation was, of course, written in MultiMarkdown and processed by typing mmd2tex what is mmd.txt. It uses the beamer XSLT file, and the keynote-gradient beamer theme. 20 / 21
  • 21. Bibliography I [1] John Gruber. Daring Fireball: Markdown. [Cited January 2006]. Available from http://daringfireball.net/projects/markdown/. [2] John Doe. A Totally Fake Book. Vanity Press, 2006. 21 / 21