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>!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PMML - Perlmonks Markup Language
by trantor (Chaplain) on Sep 02, 2001 at 22:29 UTC |