Modify ↓
Opened 11 years ago
Closed 11 years ago
#11846 closed enhancement (fixed)
Add configurable tag type
| Reported by: | Tobias Hommel | Owned by: | Peter Suter |
|---|---|---|---|
| Priority: | normal | Component: | FoldMacroProcessorMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
Great macro, simple but effective! One thing I didn't like though was the use of the <h1> tag. I modified FoldMacro.py so it can be used as follows:
{{{
#!Fold title="some nice title" tag="span"
some text to be folded
}}}
I attached a patch.
Attachments (1)
Note: See
TracTickets for help on using
tickets.



patch to add configurable tag type