プロジェクト

全般

プロフィール

Vote #75765

未完了

Outline numbering

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Text formatting_26
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
26
version_id:
0
issue_org_id:
18397
author_id:
47792
assigned_to_id:
0
comments:
5
status_id:
1
tracker_id:
2
plus1:
1
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

Ordered lists look like this at the moment:

1. Masteritem 1
   1. subitem 1
   2. subitem 2
   3. subitem 3
2. Masteritem 2

It would be nice if they would look like this:
1. Masteritem 1
   1.1. subitem 1
   1.2. subitem 2
   1.3. subitem 3
2. Masteritem 2

Of course, this should be configurable globally and per project.


journals

--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
I don't think this should be a global setting, but another wiki-syntax
f.e.
<pre>
# item 1
## subitem 1.1
## subitem 1.2
## subitem 1.3
# item 2
#.# subitem 2.1
#.# subitem 2.2
#.# subitem 2.3
</pre>
gives
<pre>
1. item 1
1. subitem 1.1
2. subitem 1.2
3. subitem 1.3
2. item 2
2.1. subitem 2.1
2.2. subitem 2.2
2.3. subitem 2.3
</pre>

--------------------------------------------------------------------------------
Wim, this syntax doesn't work.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

relates,New,18032,Continued numbered lists (#_) are not working as the textile syntax expects

Admin Redmine さんが約4年前に更新

  • カテゴリText formatting_26 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0