diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-02-07 15:59:31 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-02-07 16:03:57 (GMT) |
commit | ef56187f733d946e4df130d9783eadea41ec1c97 (patch) | |
tree | 58189fd5dab1de7c31a6c67b9da4b2cbec9349fa /testing/055 | |
parent | 0fead5249b8ef2c3c5cbbbd712855bae877aa27b (diff) | |
download | Doxygen-ef56187f733d946e4df130d9783eadea41ec1c97.zip Doxygen-ef56187f733d946e4df130d9783eadea41ec1c97.tar.gz Doxygen-ef56187f733d946e4df130d9783eadea41ec1c97.tar.bz2 |
Fixed issue escaping ndashes (\--) and mdashes (\---)
Diffstat (limited to 'testing/055')
-rw-r--r-- | testing/055/md_055_markdown.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/055/md_055_markdown.xml b/testing/055/md_055_markdown.xml index 4006db8..18df45b 100644 --- a/testing/055/md_055_markdown.xml +++ b/testing/055/md_055_markdown.xml @@ -23,6 +23,7 @@ <para> <ulink url="http://example.com/last-line">Upper-cased reference link on last line</ulink> </para> + <para>Dash - NDash <ndash/> MDash <mdash/> EDash - ENDash -- EMDash --- E3Dash --- </para> </detaileddescription> </compounddef> </doxygen> |