<!-- multiline -->
tag directly above the table. Additionally, a new row is created by adding a row of cells that are either empty or contain only whitespace.|
characters.-
characters, and an optional :
character to indicate alignment. Each cell is separated by a |
character.-
characters; 3 or more.:
and filling in the rest with :
characters; 3 or more.-
characters, ending with a :
character.:
characters. Put -
characters between them; 3 or more.|
characters.<!-- multiline -->
tag and the ability to use blank rows to create new table rows, along with the capability to write full block Markdown inside cells.<!-- multiline -->
<!-- multiline -->
| name | details |
|------|--------------------------|
| Bob | Lives in Dallas. |
| | - Enjoys cycling |
| | - Loves cooking |
| | |
| Mary | Lives in El Paso. |
| | - Works as a teacher |
| | - Likes painting |
|
characters:<!-- multiline -->
name | details
------|--------------------------
Bob | Lives in Dallas.
| - Enjoys cycling
| - Loves cooking
|
Mary | Lives in El Paso.
| - Works as a teacher
| - Likes painting
:
:<!-- multiline -->
| name | details |
|:-----|-------------------------|
| Bob | Lives in Dallas. |
| | - Enjoys cycling |
| | - Loves cooking |
| | |
| Mary | Lives in El Paso. |
| | - Works as a teacher |
| | - Likes painting |
:
:<!-- multiline -->
| name | details |
|:------:|-------------------------|
| Bob | Lives in Dallas. |
| | - Enjoys cycling |
| | - Loves cooking |
| | |
| Mary | Lives in El Paso. |
| | - Works as a teacher |
| | - Likes painting |
<!-- multiline -->
| name | hobbies |
|----------|-------------------------|
| **Bob** | - Biking |
| | - Cooking |
| | - Reading |
| | |
| **Mary** | Here is a code example: |
| | |
| | ``` |
| | function greet() { |
| | console.log("Hi"); |
| | } |
| | ``` |
;
:<!--style:CustomTable; multiline -->
| name | description |
|------|-----------------------------|
| Bob | - Loves biking |
| | - Enjoys programming |
| | |
| Mary | A passionate teacher. |
| | - Loves painting |
| | - Enjoys hiking |
<!-- multiline -->
| name | age | city |
|-------------------------------|-----|---------|
| <!--style:CustomText-->*Bob* | 42 | Dallas |
| | | |
| <!--style:CustomText-->*Mary* | 37 | El Paso |
<!--style:CustomTable; multiline -->
| name | age | city |
|------|-----|---------|
| Bob | 42 | Dallas |
| | | |
| Mary | 37 | El Paso |
<!--style:CustomTable; multiline -->
| name | age | city |
|------|-----|---------|
| Bob | 42 | Dallas |
| | | |
| Mary | 37 | El Paso |
Property | Value |
---|---|
border top color | #222222 |
border top style | solid |
border top width | 1px |
border right color | #222222 |
border right style | solid |
border right width | 1px |
border bottom color | #222222 |
border bottom style | solid |
border bottom width | 1px |
border left color | #222222 |
border left style | solid |
border left width | 1px |
Property | Value |
---|---|
font family | Arial |
font size | 11pt |
font weight | bold |
padding top | 6pt |
padding right | 6pt |
padding bottom | 6pt |
padding left | 6pt |
Property | Value |
---|---|
font family | Arial |
font size | 11pt |
padding top | 6pt |
padding right | 6pt |
padding bottom | 6pt |
padding left | 6pt |