プロジェクト

全般

プロフィール

Vote #80617

未完了

New line codes are not reflected in tables created in textile format.

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

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

0%

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

説明

Textile format

New line codes are not reflected in tables created in textile format.

||. Fruits|. color|
|_. 1|Apple
Strawberry|Red|

In the above example, I want to keep apples and strawberries in a single cell with new line at the code "
".

But in fact, there is a border between Apple and Strawberry.

||. Fruits|. color|
|_. 1|Apple|Red|
||Strawberry||

Please new line in one cell in the table by entering the code "
".
Right now I am referring to the "web site":https://www.sejuku.net/blog/80210 to fix the code myself and respond.

Redmine version 3.4.6
Ruby version 2.3.3
Rails version 4.2.8
Database adapter Mysql2


journals

Currently, <br> is not allowed in Redmine's Textile. Please try the following syntax instead.

<pre>
||_. Fruits|_. color|
|_. 1|Apple
Strawberry|Red|
</pre>
--------------------------------------------------------------------------------

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

  • カテゴリText formatting_26 にセット

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

いいね!0
いいね!0