- 3 May 2015
- Recognized "{{TOC}}" and do not treat as a file transclusion. MultiMarkdown 4.7.1 added the ability to generate a Table of Contents, triggered by the special string "{{TOC}}".
- Changed implementation to conform to PEP-8 and PEP-257.
- 30 March 2014
- First stable release
- Added developer docs. (To build them you'll need some tools, see
docs-support
anddocs
folders in themaster
branch.) If you want to contribute, I recommend building and reading through the docs.
- 30 March 2014
- Now will pickup include spec found on last line of file. (issue #2)
- Now strips out MultiMarkdown metadata from all but first input or included file. (issue #3)
- 24 March 2014
- Fixed further bug with unicode text handling in some locales. (issue #1)
- Fixed bug processing consecutive includes with no intervening text. (issue #2)
- 23 March 2014
- Handle code fence specified with backticks (
`
) or tildes (~
)
- 19 March 2014
- Add support for postprocessing raw includes (<<{filepath}); option
--just-raw
- Add option to suppress processing MultiMarkdown file transclusions; option
--ignore-transclusions
- Added the CHANGELOG.md file
- fixed bug with unicode text handling in the Python 2 implementation (MarkdownTools2)
- 15 March 2014
- Initial release