This plugin enables support for several different markup systems on your blog. You can select a default parser per blog member, as well as item-specific parsers. Markup parsing can also be enabled for comments (no comment-specific parser).
NP_Markup includes the following markup systems:
This plugin also includes a preview page which you can use to preview the generated XHTML code as well as the rendered preview of your markup.
| General Plugin info | |
|---|---|
| Author: | Joel Pan (ketsugi) (http://ketsugi.com) |
| Current Version: | 1.0b2 |
| Download: | Download this plugin |
| Forum Thread: | Discuss on the forum |
ADMIN.php, circa line #1444
// call plugins $manager->notify('PreUpdateComment',array('body' => &$body));
Change this to:
// call plugins $manager->notify('PreUpdateComment',array('commentid' => $commentid, 'body' => &$body));
This plugin is still in development and should not be installed except for testing purposes.