Browse Source

Fixed link to Markdown syntax in user manual

pull/2832/head
Andrew Morgan 10 years ago
parent
commit
e04bd912b9
  1. 2
      doc/user_manual_en.md

2
doc/user_manual_en.md

@ -122,7 +122,7 @@ Groupchats are a way to talk with multiple friends at the same time, like when y @@ -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_`

Loading…
Cancel
Save