summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/markdown.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index 737df71..e5aebd1 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -164,13 +164,13 @@ Using two stars or underscores will produce strong emphasis.
Examples:
- *single asterisks*
-
- _single underscores_
-
- **double asterisks**
-
- __double underscores__
+* *single asterisks*
+*
+* _single underscores_
+*
+* **double asterisks**
+*
+* __double underscores__
See section \ref mddox_emph_spans for more info how doxygen handles
emphasis spans slightly different than standard Markdown.