Skip to content

Commit 9569437

Browse files
authored
small revisions
1 parent 811b5f7 commit 9569437

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_docs/student/communication/markdown.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ title: Writing Markdown
77
## Formatting using Markdown
88

99
Markdown has become a common standard for formatting online text.
10-
Submitty allows simple formatting using markdown in several
11-
Click on the markdown symbol to enable formatting of your post
12-
using markdown.
10+
Submitty allows simple formatting using markdown in
11+
[Discussion Forum](/student/communication/forum) posts
12+
(and also on several other Submitty webpages).
13+
14+
To begin, click the markdown symbol to enable formatting of your post using markdown.
15+
Then use the standard markdown syntax show below:
1316

1417
* **Headings**
1518
Adding a number of `#` and a space before text will make it a heading:
@@ -102,14 +105,11 @@ using markdown.
102105
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.
103106
104107
```
105-
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.
106-
107108
| Syntax | Description |
108109
| ----------- | ----------- |
109110
| Header | Title |
110111
| Paragraph | Text |
111112
112113
```
113-
For more Information , [Click here](https://www.markdownguide.org/extended-syntax/#tables)
114-
115114
115+
For more information, see also: [Markdown Guide](https://www.markdownguide.org/)

0 commit comments

Comments
 (0)