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.] ~~~