Skip to content

Commit ae6fb89

Browse files
Table added in markdown file
1 parent e030e7a commit ae6fb89

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_docs/student/communication/markdown.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,19 @@ using markdown.
9494
3. Item 3
9595
```
9696
97+
* **Table**
98+
99+
To add a table, use three or more hyphens `(---)` to create each column’s header, and use pipes `(|)` to separate each column. For compatibility, you should also add a pipe on either end of the row.
100+
101+
```
102+
To add a table, use three or more hyphens (---) to create each column’s header, and use pipes (|) to separate each column. For compatibility, you should also add a pipe on either end of the row.
103+
104+
| Syntax | Description |
105+
| ----------- | ----------- |
106+
| Header | Title |
107+
| Paragraph | Text |
108+
109+
```
110+
For more Information , [Click here](https://www.markdownguide.org/extended-syntax/#tables)
111+
97112

0 commit comments

Comments
 (0)