Defect #4275
closedWiki does not support ordered list
0%
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
Updated by Mischa The Evil about 15 years ago
- 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:
- foo
- bar
- lorem
1 with one exception that I've used indention to markup this post which changes the bullet-type.
Updated by Kamil . about 15 years ago
- Status changed from Closed to Reopened
So:
1) you should document "#" ordering here: http://www.redmine.org/wiki/redmine/RedmineWikiFormatting
2)You still do not support a. b. c. ordering
regards
Updated by Henrik Ammer about 15 years ago
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.
Updated by Michael Aye about 15 years ago
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.
Updated by Michael Aye about 15 years ago
then again, tables are shown in http://www.redmine.org/wiki/redmine/RedmineWikiFormatting, so d'oh for me. :)
Updated by Henrik Ammer about 15 years ago
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.
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from Reopened to Closed
Kamil . wrote:
So:
1) you should document "#" ordering here: http://www.redmine.org/wiki/redmine/RedmineWikiFormatting
Added. Note that this was document in the "Help" link, just above any textarea in the application.
2)You still do not support a. b. c. ordering
This is not a defect.