Release Notes
4.7.1
- New installers – should preserve proper owner on OS X; New format for Windows installer – please let me know if it doesn’t work.
- Fix memory leaks
- Fix edge case in strong/emph parsing
- custom ‘strndup’ function to improve compiling on Windows (seriously, I wish Windows would join the rest of the modern world…)
- ‘markdown’ script/batch file to run in compatibility mode
- other slight tweaks to source code
4.7
- As of version 4.7, the OS X MultiMarkdown installer will no longer support
ppc processors. You will have to compile yourself for these machines.
{{TOC}}
inserts a basic Table of Contents inside the document
- Improve abbreviation matching to include blockquotes, lists
mmd
export format – performs transclusions but doesn’t parse
- restructure test suite
- add a
cmake
experimental branch – same source, different build system
- fix error with certain invalid image links
- update documentation
- don’t break if heading immediately follows table
- fix error when parsing multiple files at once
- allow for raw RTF
- add
mmd_header
metadata support
- improve code blocks in beamer (thanks to marco-m)
- improve backtick style quotes
- improve transclusion with nested directories
- option to show manifest of transcluded files (
-x
or --manifest
)
- Improved YAML support
- Update
greg
- Improved Unicode support on Windows when transcluding
- Strip BOM when transcluding
- Support “japanese commas” for underscored strong/emph
- show “–manifest” option in help
- Other bug fixes
4.6
- Add
mmd footer
metadata feature
- Add support for abbreviations
- improve hyphen escaping in LaTeX
- Ignore wrapping
<>
in reference URLs
- Improve table alignment in LaTeX
- Improve windows batch script paths
- Additional error checking in file transclusion
- memory fixes/code cleanup
- Other small fixes
- improve strong/emph matching
- improve whitespace handling around fenced code blocks
- Improve whitespace handling around headings, block quotes
- Fix bug in tables
- Fix YAML and OPML
4.5.3
- Include mmd2rtf in Windows installer
- improved support for inline footnotes
- Fix potential bug when handling beamer latexmode metadata
- add
latex title
and latex author
metadata support
- Fix bug when sequential dashes used in code spans for LaTeX export (Thanks to Thomas Hodgson for noticing this)
- Add to list of known HTML5 tags
- update windows batch scripts
- Improve metadata handling in snippet mode
- Improved transclusion path logic
- Fix order of citations when printing footnotes in HTML
- Fix potential memory leaks
4.5.2