Feature #18257
Allow wiki macros to define the markup used for their documentation
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: |
Description
Current plugins delivering additional macros for the wiki syntax often provide their help in textile form, which doesn't render well when markdown is selected as the renderer.
Their should be an option for wiki macros to signal what markup their plugin docs use, and render this documentation accordingly.
History
#1
Updated by Jens Krämer over 7 years ago
- File 18257.diff
added
Here's a patch adding the possibility to specify macro docs in any number of formattings, keeping textile as the default. Markdown formatted docs for built in macros included.