diff options
Diffstat (limited to 'lib/plugins')
-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. * |