kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Docs tweaks
rodzic
6255b97b14
commit
c49681ecf3
|
@ -1,5 +1,5 @@
|
||||||
created: 20130914132100000
|
created: 20130914132100000
|
||||||
modified: 20131230104954234
|
modified: 20140125144616046
|
||||||
tags: wikitext
|
tags: wikitext
|
||||||
title: Tables in WikiText
|
title: Tables in WikiText
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
@ -38,9 +38,7 @@ The example renders as:
|
||||||
|
|
||||||
! Cell vertical Alignment
|
! Cell vertical Alignment
|
||||||
|
|
||||||
Vertical alignment of cells is done by inserting either a `^` for top alignment or a `,` for bottom alignment as the first character of a cell. The normal horizontal alignment is still possible.
|
Vertical alignment of cells is done by inserting either a `^` for top alignment or a `,` for bottom alignment as the first character of a cell. The normal horizontal alignment is still possible. For example:
|
||||||
|
|
||||||
A shortned example:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|^top left |^ top center |^ top right|
|
|^top left |^ top center |^ top right|
|
||||||
|
@ -56,12 +54,11 @@ The example renders as:
|
||||||
| ::<br>:: |,bottom left |, bottom center |, bottom right| ::<br>:: |
|
| ::<br>:: |,bottom left |, bottom center |, bottom right| ::<br>:: |
|
||||||
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
|
| :: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | ::::::::::::::::::::::::::: | :: |
|
||||||
|
|
||||||
Should you ever want to have a `^`or a `,` as the first character of a left aligned cell, you need to use html-escaping.
|
If you need to have a `^`or a `,` as the first character of a left aligned cell, you can use HTML escaping:
|
||||||
|
|
||||||
| `^` | &#94; |
|
| `^` | &#94; |
|
||||||
| `,` | &#44; |
|
| `,` | &#44; |
|
||||||
|
|
||||||
|
|
||||||
! Cell Merging
|
! 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 `<`. To merge one to its right use `>`. 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:
|
||||||
|
|
Ładowanie…
Reference in New Issue