MultiMarkdown text transform for Plone
Project description
Introduction
This package allows Plone users to include MultiMarkdown syntax in their Plone sites. MultiMarkdown is a derivative of John Gruber’s original Markdown project.
To see the improved MultiMarkdown syntax, check out the Syntax Guide.
Install
To install collective.transform.multimarkdown with buildout do the following:
[instance] eggs = collective.transform.multimarkdown zcml = collective.transform.multimarkdown
Once the package is installed you can do the following:
Run the MultiMarkdown Transform profile
Go to Site Setup -> Markup
Make sure the text/x-multimarkdown transform is enabled
Set your default editor to Plain Text
Write some MultiMarkdown!
To uninstall, run the MultiMarkdown Transform Uninstall profile and remove the package from your buildout.
Limitations
This packages makes use of the MultiMardown perl scripts to do the actual transform. If you have a copy of MultiMarkdown.pl and want to use it instead of the script included in this package, make sure it is in your PATH, and the package will find and use it.
Since this packages uses perl scripts, you must have perl installed and in your PATH for the transform to work correctly. This package has only been tested on *nix and should work on most flavors of Linux and BSD. Use of this package on a Windows machine could cause errors.
Changelog
0.2 (2009-08-19)
Fixed a few typos in license
0.1 (2009-08-19) (Unreleased)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.transform.multimarkdown-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c5cba009149044e63968b7e30ab0bb1cfbcfc8102b9863719c7767fe7cb86d4 |
|
MD5 | bd579be2414b4fcd1c54decef4d81e40 |
|
BLAKE2b-256 | ec1feb9ea4a7e17e776fa06b3155cec074654f7eeddee4884760d84a094a94a8 |