mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Add <details> corresponding makeMarkdown test
This commit is contained in:
parent
775f2abe97
commit
cb689aa23b
|
@ -32,3 +32,7 @@
|
|||
<h2>Secondary title</h2>
|
||||
</hgroup>
|
||||
<output name="result"></output>
|
||||
<details>
|
||||
<summary>Summarise me</summary>
|
||||
<p>Explain the details</p>
|
||||
</details>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user