mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
parent
a9f38b6f05
commit
775f2abe97
|
@ -36,6 +36,7 @@ showdown.subParser('makehtml.hashHTMLBlocks', function (text, options, globals)
|
|||
'hgroup',
|
||||
'output',
|
||||
'video',
|
||||
'details',
|
||||
'p'
|
||||
],
|
||||
repFunc = function (wholeMatch, match, left, right) {
|
||||
|
|
|
@ -55,3 +55,7 @@
|
|||
<h2>Secondary title</h2>
|
||||
</hgroup>
|
||||
<output name="result"></output>
|
||||
<details>
|
||||
<summary>Summarise me</summary>
|
||||
<p>Explain the details</p>
|
||||
</details>
|
||||
|
|
|
@ -66,3 +66,8 @@ the end
|
|||
</hgroup>
|
||||
|
||||
<output name="result"></output>
|
||||
|
||||
<details>
|
||||
<summary>Summarise me</summary>
|
||||
<p>Explain the details</p>
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue
Block a user