diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-11-04 14:25:59 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2017-11-04 14:25:59 (GMT) |
commit | 81956108f2e6e97bf4dd0f1011fcae1b5c4c4408 (patch) | |
tree | 667293dc6cbda0047d751e0532881fefe056f7be /doc | |
parent | fd6f0020b143e6606d1833d5f188c6f395f43fbe (diff) | |
download | Doxygen-81956108f2e6e97bf4dd0f1011fcae1b5c4c4408.zip Doxygen-81956108f2e6e97bf4dd0f1011fcae1b5c4c4408.tar.gz Doxygen-81956108f2e6e97bf4dd0f1011fcae1b5c4c4408.tar.bz2 |
Bug 789007 - Error in markdown emphasis examples
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown.doc | 14 |
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. |