diff options
author | chris <chris@teacherscpd.co.uk> | 2005-08-02 21:14:21 +0200 |
---|---|---|
committer | chris <chris@teacherscpd.co.uk> | 2005-08-02 21:14:21 +0200 |
commit | 7fb56887dbc7ed17ea8cab3e1330622ebd83e5c6 (patch) | |
tree | 03593e6c32a6c266d89af21593abde6beb6a2425 /lib | |
parent | 4b8edb9d27253137965d9c07ac1b0abe1af3bc31 (diff) | |
download | rpg-7fb56887dbc7ed17ea8cab3e1330622ebd83e5c6.tar.gz rpg-7fb56887dbc7ed17ea8cab3e1330622ebd83e5c6.tar.bz2 |
support for plugin subfolders added - plugins/[name]/[type]/[file].php
darcs-hash:20050802191421-50fdc-abf82fcb52dfabd74b7119f2e6a53ea590bb1d90.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/syntax.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/syntax.php b/lib/plugins/syntax.php index 25d0c6c17..d42169a45 100644 --- a/lib/plugins/syntax.php +++ b/lib/plugins/syntax.php @@ -62,6 +62,8 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode { * * 'normal' - The plugin can be used inside paragraphs + + * 'block' - Open paragraphs need to be closed before plugin output * 'stack' - Special case. Plugin wraps other paragraphs. * |