Adding new markup is complicated*, I'd rather prefer a KISS approach, not least because of backwards compatibility.
The only possible targets in PM is <a name="anchor-name"> so adding a parser for a magic href #toc or #notoc would already do, i.e.
<a href="#toc" name="anchor-name">
A new markup <toc> should have a reasonable default behaviour
- nesting all H tags, unless excluded by linebreak
- adding all <a name=""> tags under the last H level
Any "filtering" features should be discussed after implementing and testing the first phase.
In a side note: There is a tendency to mangle the concept of "keywords" into this discussion.
IMHO that's mostly unrelated, first things first.
FWIW PM has already a keyword nodelet, but lacks a search engine for it...
*) actually I can't even locate the corresponding code, I'm volunteering to implement it if possible.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.