1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fixed link to Markdown syntax in user manual

This commit is contained in:
Andrew Morgan 2016-02-01 14:46:54 -08:00
parent 08e9f0b885
commit e04bd912b9

View File

@ -122,7 +122,7 @@ Groupchats are a way to talk with multiple friends at the same time, like when y
## Message Styling
Similar to other messaging applications, qTox supports stylized text formatting. Formatting follows [Markdown syntax](), thus:
Similar to other messaging applications, qTox supports stylized text formatting. Formatting follows [Markdown syntax](https://daringfireball.net/projects/markdown/syntax), thus:
* For **Bold**, surround text in double asterisks or underscores: `**text**` or `__text__`
* For **Italics**, surround text in single asterisks or underscores: `*text*` or `_text_`