Author: vsiveton
Date: Wed May 27 13:47:21 2009
New Revision: 779174
URL: http://svn.apache.org/viewvc?rev=779174&view=rev
Log:
o updated doc for multi lines cells in table
Modified:
maven/doxia/site/src/site/apt/references/doxia-apt.apt
Modified: maven/doxia/site/src/site/apt/references/doxia-apt.apt
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/references/doxia-apt.apt?rev=779174&r1=779173&r2=779174&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/references/doxia-apt.apt (original)
+++ maven/doxia/site/src/site/apt/references/doxia-apt.apt Wed May 27 13:47:21
2009
@@ -3,7 +3,7 @@
-----
Lukas Theussl
-----
- 2009-01-28
+ 2009-05-27
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -76,7 +76,7 @@
* {Table header cells}
~~~~~~~~~~~~~~~~~~~~~~
- Header cells are defined by an aditional pipe character '|' at the beginning
+ Header cells are defined by an additional pipe character '|' at the beginning
of the cell:
+---------------------------------------------------------------------------+
@@ -87,6 +87,21 @@
*-----------+-----------+
+---------------------------------------------------------------------------+
+* {Multi-lines cells in table}
+~~~~~~~~~~~~~~~~~~~~~~
+
+ Since 1.1, multi-lines cells are recognized with the character '\' at the end
+ of the cells:
+
++---------------------------------------------------------------------------+
+ *-----------+-----------+
+ || Header 1 || Header 2 |
+ *-----------+-----------+
+ | Cell\ | Cell 2 |
+ | 1 | |
+ *-----------+-----------+
++---------------------------------------------------------------------------+
+
* {Anchors}
~~~~~~~~~~~~~~~~~~~~~