| Here you can demonstrate examples of Custom Markup, that are used in wikis. parallel use of the “ <br> “ symbol, to break lines If you want to use the “ <br> “ symbol, to break lines, 
## using <br> , to break lines.
##
## optional, if you may have <br clear='all'>
## Markup('<br clear=all>','inline','/<br\\s+clear=([\'"]?)all\\1\\s*\\/?>/i',"<br clear='all' />");
##
## One thing to know is that the symbols "<" and ">" are encoded in the page 
## source text as "<" and ">" and in custom markup the encoded ones should 
## be used.
##
Markup('<br>','inline','/<br\\s*\\/?>/i',"<br />");
This page may have a more recent version on pmwiki.org: PmWiki:CustomMarkupExamples, and a talk page: PmWiki:CustomMarkupExamples-Talk. |