Feature #32119
Add TOC to wiki formatting help
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Documentation | |||
Target version: | 4.1.0 | |||
Resolution: |
Description
Wiki formatting help contains a lot of information but it does not have a TOC at the beginning of the page. So, it is a bit difficult to find the information what you want.
Adding TOC can solve the problem. The attached patch is just a demo which adds TOC only to English Textile Help. I will make a complete patch after getting feedbacks.
Associated revisions
Add TOC to Textile Wiki formatting help (#32119).
Patch by Mizuki ISHIKAWA.
Add TOC to Markdown Wiki formatting help (#32119).
Patch by Mizuki ISHIKAWA.
History
#1
Updated by Mizuki ISHIKAWA almost 3 years ago
- File add_toc_to_wiki_syntax_detailed_markdown.patch
added
- File add_toc_to_wiki_syntax_detailed_textile.patch
added
Add TOC to wiki_syntax_detailed_markdown and wiki_syntax_detailed_textile for each language.
#2
Updated by Go MAEDA almost 3 years ago
- Assignee set to Go MAEDA
- Target version set to 4.1.0
LGTM. Setting the target version to 4.1.0.
#3
Updated by Go MAEDA almost 3 years ago
- Status changed from New to Closed
Committed the patch. Thank you.