|
| get_section ($header, $text, $clean=false) |
|
|
| before_parsing () |
| Block hooks.
|
|
| bold_tag_rule ($match) |
| Special treatment of // ** // ** //.
|
|
| header_block_rule ($match) |
|
| image_tag_rule ($match) |
|
| link_tag_rule ($match) |
|
| paragraph_block_rule ($match) |
|
| table_block_rule ($match) |
| Table generation.
|
|
| url_tag_rule ($match) |
| Tag functions.
|
|
◆ $blockrules
creole_parser::$blockrules |
|
protected |
Initial value:
'expression' => "/^\{\{\{(.*?)::}::}::}/ims",
'token' =>
array(
'{{{',
'}}}')
),
'expression' => "/^\ *(={1,6}):: *(.+?)=*:: *$/ims",
'token' => '='
),
'expression' => "/^(?:\|.*?::| *::n)+/ims"
),
'expression' => "/^----\s*$/im",
'token' => '----',
),
'expression' => "/((?:^\ *[::*#][^::*#]:: *.+?)(?:^:: *[::*#]{1,5}:: *.+?)*)(::n::s*(?:::n|<(?:h::d|pre|table|tbody|thead|tr|th|td|ul|li|ol|hr)))/ims",
'token' =>
array(
'*',
'#')
),
'expression' => "/^\ *((?:<(?!:: *::/?(?:h::d|pre|table|tbody|thead|tr|th|td|ul|li|ol|hr):: *::/?>)|[^<::s]).+?)::n::s*::n/ims",
'tag' => 'p'
)
)
The documentation for this class was generated from the following file:
- mod/wiki/parser/markups/creole.php