mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-01 18:38:02 +00:00
fixed documentation for issue #314
This commit is contained in:
@@ -38,19 +38,21 @@ The example renders as:
|
||||
|
||||
! Cell Merging
|
||||
|
||||
To merge a table cell with the one above, use the special cell text `~`. To merge a cell with the one to its left use the text `>`. For example:
|
||||
To merge a table cell with the one above, use the special cell text `~`. To merge a cell with the one to its left use the text `<`. To merge one to its right use `>`. For example:
|
||||
|
||||
```
|
||||
|Cell1 |Cell2 |Cell3 |Cell4 |
|
||||
|Cell5 |Cell6 |Cell7 |>|
|
||||
|Cell5 |Cell6 |Cell7 |<|
|
||||
|Cell5 |~|Cell7 |Cell8 |
|
||||
|>|Cell9 |Cell10 |Cell11 |
|
||||
```
|
||||
|
||||
Renders as:
|
||||
|
||||
|Cell1 |Cell2 |Cell3 |Cell4 |
|
||||
|Cell5 |Cell6 |Cell7 |>|
|
||||
|Cell5 |Cell6 |Cell7 |<|
|
||||
|Cell5 |~|Cell7 |Cell8 |
|
||||
|>|Cell9 |Cell10 |Cell11 |
|
||||
|
||||
! Table Classes, Captions, Headers and Footers
|
||||
|
||||
|
Reference in New Issue
Block a user