Add <details> corresponding makeMarkdown test

pull/788/head
Henry Blyth 2020-04-13 23:05:07 +01:00
parent 775f2abe97
commit cb689aa23b
2 changed files with 6 additions and 0 deletions

View File

@ -32,3 +32,7 @@
<h2>Secondary title</h2>
</hgroup>
<output name="result"></output>
<details>
<summary>Summarise me</summary>
<p>Explain the details</p>
</details>

View File

@ -31,3 +31,5 @@ the end
<hgroup><h1>Main title</h1><h2>Secondary title</h2></hgroup>
<output name="result"></output>
<details><summary>Summarise me</summary><p>Explain the details</p></details>