[Trac-tickets] Re: [The Trac Project] #2048: Wiki macros for
generating `<div>`s and `<span>`s with classes
The Trac Project
noreply at edgewall.com
Sat Nov 5 03:41:18 CST 2005
#2048: Wiki macros for generating `<div>`s and `<span>`s with classes
-------------------------+--------------------------------------------------
Reporter: cboos | Owner: cboos
Type: enhancement | Status: assigned
Priority: high | Milestone: 0.9.1
Component: wiki | Version: devel
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by cboos):
If you want to do:
{{{
[[Inline(todo, I really need to do [ticket:123 this])]]
}}}
then you'd need a recursive step of parsing, on the arguments.
We do that elsewhere too (titles for example) but that's not
optimal (also, I wonder if there wouldn't be an alternative
solution for parsing titles without recursion).
Not being verbose was precisely what motivated me to fill
this ER, because one can already do that being verbose:
{{{
[[html(<div class="todo">)]]
Bla bla bla bla
[[html(</div>)]]
}}}
So, not sure what do here... looks like a draw :)
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2048>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list