Vote #73064
完了Add table reference to textile help
0%
説明
Add some help for table definitions in textile help.
journals
--------------------------------------------------------------------------------
Attached is a patch that adds a Tables section to all of the wiki_syntax.html files.
--------------------------------------------------------------------------------
Thanks for the patch but it seems the example is wrong:
<pre>
|_ A |_ B |_ C |_ D |
| 1 | 2 |/2 span 2 |
</pre>
renders as:
|_ A |_ B |_ C |_ D |
| 1 | 2 |/2 span 2 |
Table headers need a dot after the underscore. The slash is used for rowspan, and the backslash for colspan and they need a dot too. The example should be something like:
<pre>
|_. A |_. B |_. C |_. D |
| 1 | 2 | 3 | 4 |
|/2. rowspan | 2 |\2. colspan |
| 2 | 3 | 4 |
</pre>
which renders as:
|_. A |_. B |_. C |_. D |
| 1 | 2 | 3 | 4 |
|/2. rowspan | 2 |\2. colspan |
| 2 | 3 | 4 |
--------------------------------------------------------------------------------
Textile reference for tables: http://redcloth.org/hobix.com/textile/#tables
--------------------------------------------------------------------------------
My apologies. The hand-coded table next to the example fooled me into thinking the example worked and I forgot to actually run it through Textile.
I've attached a new patch file that adds rowspan and has been tested in Redmine's Textile engine.
--------------------------------------------------------------------------------
Patch committed, thanks!
--------------------------------------------------------------------------------
Some character encodings are broken.
--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
> Some character encodings are broken.
Fixed by r13825.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,1575,Toolbar button to insert a table