From a59a944b77e47c16f6342f18b9650548286b3119 Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 14:04:28 +0900 Subject: [PATCH] auto --- manuscript.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manuscript.md b/manuscript.md index 74013a6..1ef9046 100644 --- a/manuscript.md +++ b/manuscript.md @@ -247,7 +247,7 @@ We can create tables using the following template: ``` ~~~{.multiTable} -| | Grouping || +| | Grouping || |First Header | Second Header | Third Header | | ------------ | :-----------: | -----------: | |Content | *Long Cell* || @@ -259,11 +259,11 @@ We can create tables using the following template: ``` ~~~{.multiTable} -| | Grouping || +| | Grouping || |First Header | Second Header | Third Header | | ------------ | :-----------: | -----------: | -|Content | *Long Cell* || -|Content | **Cell** | Cell | +|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.]