I am concerned that MediaWiki and Wikipedia are "defining" the standard wiki 
markup.  I know we use similar markup for links.  Is there a way to virtually 
clone the markup used in mediawiki?
 
If not, I am at least interested in section headings using ==heading== instead 
of !!heading
 
I tried messing around with PmWiki's markup code for !! and ended up with this, 
but now I'm stuck.
 
 Markup('^=', 'block', 
  '/^(={1,6})\\s?(.*)(={1,6})/e',
  "'<:block,1><h'.strlen('$1').PSS('>$2</h').strlen('$1').'>'");
 
bessler
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to