From 1ff33e1589fdde9e49e48929094fa0ad28d15b05 Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 14:02:28 +0900 Subject: [PATCH] auto --- manuscript.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/manuscript.md b/manuscript.md index f059d7a..74013a6 100644 --- a/manuscript.md +++ b/manuscript.md @@ -248,24 +248,24 @@ We can create tables using the following template: ``` ~~~{.multiTable} | | Grouping || -First Header | Second Header | Third Header | - ------------ | :-----------: | -----------: | -Content | *Long Cell* || -Content | **Cell** | Cell | -New section | More | Data | -And more | With an escaped '\|' || +|First Header | Second Header | Third Header | +| ------------ | :-----------: | -----------: | +|Content | *Long Cell* || +|Content | **Cell** | Cell | +|New section | More | Data | +|And more | With an escaped '\|' || [More complicated table caption.] ~~~ ``` ~~~{.multiTable} | | Grouping || -First Header | Second Header | Third Header | - ------------ | :-----------: | -----------: | -Content | *Long Cell* || -Content | **Cell** | Cell | -New section | More | Data | -And more | With an escaped '\|' || +|First Header | Second Header | Third Header | +| ------------ | :-----------: | -----------: | +|Content | *Long Cell* || +|Content | **Cell** | Cell | +|New section | More | Data | +|And more | With an escaped '\|' || [More complicated table can be done using multimarkdown in .multiTable Code Block. You have to use this format for all table as default.] ~~~