summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-08-03 17:50:26 (GMT)
committerGitHub <noreply@github.com>2020-08-03 17:50:26 (GMT)
commita1ceb44ce2ed6660d05d46febb6d5a4d70259a3d (patch)
treed4d7a5a789f5f0001048466332f8b92123d78b4d /testing
parentaa3385f19d06c6b526e6d09c6172d89a1b91d8da (diff)
parent75788787883ae8031f2de1fbafed052462c5356d (diff)
downloadDoxygen-a1ceb44ce2ed6660d05d46febb6d5a4d70259a3d.zip
Doxygen-a1ceb44ce2ed6660d05d46febb6d5a4d70259a3d.tar.gz
Doxygen-a1ceb44ce2ed6660d05d46febb6d5a4d70259a3d.tar.bz2
Merge pull request #7782 from wataash/tagend-markdown-em
issue #7781: allow '>' before Markdown emphasis
Diffstat (limited to 'testing')
-rw-r--r--testing/055/md_055_markdown.xml6
-rw-r--r--testing/055_markdown.md4
2 files changed, 10 insertions, 0 deletions
diff --git a/testing/055/md_055_markdown.xml b/testing/055/md_055_markdown.xml
index 18555aa..d814788 100644
--- a/testing/055/md_055_markdown.xml
+++ b/testing/055/md_055_markdown.xml
@@ -25,6 +25,12 @@
</para>
<para>Dash - NDash <ndash/> MDash <mdash/> EDash - ENDash -- EMDash --- E3Dash --- </para>
</sect2>
+ <sect2 id="md_055_markdown_1autotoc_md3">
+ <title>Markdown in HTML</title>
+ <para>
+ <heading level="3"><bold>Header3</bold> blah <emphasis>blah</emphasis> <computeroutput>blah</computeroutput></heading>
+ </para>
+ </sect2>
</sect1>
</detaileddescription>
</compounddef>
diff --git a/testing/055_markdown.md b/testing/055_markdown.md
index 375040e..695c340 100644
--- a/testing/055_markdown.md
+++ b/testing/055_markdown.md
@@ -22,3 +22,7 @@ More text
[U]: http://example.com/last-line
Dash - NDash -- MDash --- EDash \- ENDash \-- EMDash \--- E3Dash \-\-\-
+
+## Markdown in HTML
+
+<h3>**Header3** blah _blah_ `blah`</h3>