So here we have a small set of substitutions which make it easy to write offline and convert to Perlmonks syntax and upload the conversion.
!g; print; } </CODE>open I, shift or die "$!"; while (<I>) { /xml>/ and next; s/title>/h3>/g; s/bq>/blockquote>/g; # <bq> instead of <blockquote> s/introduction>/blockquote>/g; s!<cpan>(.*)</cpan>![cpan://$1]!g; # <cpan>mod::name</cpan> s!<c>!<code>!g; # <c>code</c> s!</c>!
In reply to PMML - Perlmonks Markup Language by princepawn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |