From 4c1a19654c19f80a9bcb354b7092aa9b627c8b85 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 26 Jun 2022 09:53:35 +0800 Subject: [PATCH] Update TemplateDoc.md --- TemplateDoc.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/TemplateDoc.md b/TemplateDoc.md index 1287760..ddb5ed5 100644 --- a/TemplateDoc.md +++ b/TemplateDoc.md @@ -174,6 +174,55 @@ Required Variable: None.
Text``` +### Table + +Description: +| Table | Column1 | Column2 | +| ---- | ---- | ---- | +| 00 | 01 | 02 | +| 10 | 11 | 12 | + +Template Type: None. +Required Variable: None. + +```html +
|
+ Table + |
+ + Column1 + | ++ Column2 + | +
|---|---|---|
| + 00 + | ++ 01 + | ++ 02 + | +
| + 10 + | ++ 11 + | ++ 12 + | +