From fe838c57ff30b93f119bd97e76d650136c12089b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 14 Dec 2014 20:34:54 +0000 Subject: Adds table reference to textile help (#12734). Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13762 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/zh/wiki_syntax.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/help/zh/wiki_syntax.html') diff --git a/public/help/zh/wiki_syntax.html b/public/help/zh/wiki_syntax.html index aa645cc6e..fe2f24be9 100644 --- a/public/help/zh/wiki_syntax.html +++ b/public/help/zh/wiki_syntax.html @@ -14,6 +14,8 @@ table td h1 { font-size: 1.8em; text-align: left; } table td h2 { font-size: 1.4em; text-align: left; } table td h3 { font-size: 1.2em; text-align: left; } +table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } +table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } @@ -58,6 +60,10 @@ table td h3 { font-size: 1.2em; text-align: left; } Inline images Image!image_url! !attached_image! + +Tables +|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
ABC
ABC
row spanBC
col span
+

More Information

-- cgit v1.2.3