Nah, doesn't really bother me :) I'm more interested in a parser whose grammar can be changed from the ground up by implementing all syntax elements as plugins and let the user decide specifically which plugins to use (e.g. textile's heading block style and css inline style, AsciiDocs text box style, Creole's typography markup etc.)

Also I want to combine it with an indentation-aware parser to process tab-delimited outlines (like vimOutliner).

Besides, I finally found a reason to play with OpenOffice::OODoc and XSLT to make Lightweight Markup documents importable in OpenOffice and ODT exportable to Lightweight Markup Plain Text documents.

That being said, I like txt2tags. Lots. I don't like some of their conventions though, as with any other lightweight markup language. From the parser perspective, I love DokuWiki, very extendable, very well written, but in PHP and embedded in a CMS-like environment.

Thanks for the hint though.


In reply to Re^2: Extracting multiple-asterisk-delimited substring with Text::Balanced by kba
in thread Extracting multiple-asterisk-delimited substring with Text::Balanced by kba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.