Defect #4275
closed
Wiki does not support ordered list
Added by Kamil . about 15 years ago.
Updated about 15 years ago.
Description
Using following syntax in the wiki:
a. foo
a. bar
a. something
should result in
a. foo
b. bar
c. something
Same as
1. foo
1. bar
1. something
should result in
1. foo
2. bar
3. something
regards
- Status changed from New to Closed
- Affected version (unused) deleted (
0.8.5)
- Resolution set to Invalid
- Affected version deleted (
0.8.5)
Both ordered as well as unordered lists are supported:
- Ordered list example:
This
# foo
# bar
# lorem
renders as:
- foo
- bar
- lorem
- Unordered list example:
This
* foo
* bar
* lorem
renders as1:
- Status changed from Closed to Reopened
That page states the following:
For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See http://hobix.com/textile/ for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.
However the hobix.com domain does not respond (anymore I recon). It should either be replaced with another link or a better explanation.
Ordered and unordered lists are documented by the Help link that appears in the upper right corner of all edit boxes.
The offline hobix.com link is bothering, though. Had to search myself recently, to find all the table features that are supported.
Michael Aye wrote:
Ordered and unordered lists are documented by the Help link that appears in the upper right corner of all edit boxes.
The offline hobix.com link is bothering, though. Had to search myself recently, to find all the table features that are supported.
By reading an article regarding textile and Redmine it stated that Redmine uses RedCloth which has a textile reference page which is quite good.
Checking further RedCloth had a link called Hobix Textile Reference that linked to http://redcloth.org/hobix.com/textile/ which seems to be the orphaned page Redmine linked to on the RedmineWikiFormatting page.
There is actually a short info regarding the disappearance of hobix.com on the RedCloth site.
- Status changed from Reopened to Closed
Also available in: Atom
PDF