Questions tagged [multimarkdown]

MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or ‘.fodt’, which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format).

MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or ‘.fodt’, which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format).

MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in “smart” typography for various languages (proper left- and right-sided quotes, for example).

MultiMarkdown was originally a fork of the Markdown Perl code, but as of version 3.0 has been rewritten as a fork of peg-markdown by John MacFarlane, written in C. It can be compiled for any major operating system, and as a native binary runs much faster than the Perl version it replaces. Many thanks to John for creating a great program, and sharing the source with the github community. MultiMarkdown 3.0 would not be possible without his efforts!

Attribution to fletcherpenny.net for this well written definition of MultiMarkdown.

5 questions
12
votes
1 answer

Foldable/collapsable notepad++ markdown syntax

I am using Notepad++ for writing texts using Markdown syntax. I know there exists at least one Notepad++ style file to hightlight Markdows texts (see MultiMarkdown in Notepad ++ and https://github.com/thomsmits/markdown_npp). But I am interested in…
5
votes
3 answers

Generate document with table of contents containing page numbers using Markdown or something similar?

I need to create a large document that when printed, will be a couple of hundred pages. I’d like to do this with something like Markdown. One of my requirements is that the document must have page numbers and a table of contents. Is there a way to…
Jared
  • 2,313
2
votes
0 answers

MultiMarkdown in Notepad ++

What methods are available to use Notepad++ as a MultiMarkdown editor/viewer? I have been unable to locate anything in Google, and was wondering what recommendations exist? Just to be clear, by MultiMarkdown I mean this NOT just markdown.
Everett
  • 6,113
  • 1
  • 24
  • 34
0
votes
1 answer

Fast attachments with markdown

I have a document like this: A lot of text. insert:good graph:x More text. insert: :y Even more text. insert:another figure:z I want to change all insert:description:x to ![description][A_Standardized_filepath/x.pdf] because that command ![][]…
-1
votes
1 answer

Utility to automatically convert markdown content to HTML on-the-fly within an HTML page?

Is there a utility that will automatically convert my Markdown content to HTML on-the-fly within an HTML page? So that I could easily embed markdown content within an HTML page like so?
# Blah blah…