
| Key: |
CONF-3887
|
| Type: |
New Feature
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Mingyi Liu
|
| Votes: |
7
|
| Watchers: |
4
|
|
|
| Participants: |
Mark Michaelis and Mingyi Liu
|
| Since last comment: |
3 years, 9 weeks ago
|
| Resolution Date: |
31/Jul/06 08:52 PM
|
| Labels: |
|
|
It would be very nice if in user macros we can use an object with a method that renders wiki markups. This way we'd be able to do formating inside user macros using wiki syntax instead of html tags.
|
|
Description
|
It would be very nice if in user macros we can use an object with a method that renders wiki markups. This way we'd be able to do formating inside user macros using wiki syntax instead of html tags. |
Show » |
|
CONF-2293:Workaround:
#set($globalHelper=$action.getGlobalHelper())
#set($renderedContent=$globalHelper.renderConfluenceMacro($body))
${renderedContent}