use `---` as spoiler titles
This commit is contained in:
parent
db6b63024b
commit
e207f23566
|
@ -17,7 +17,7 @@ body:
|
|||
- type: input
|
||||
id: spoiler-begin
|
||||
attributes:
|
||||
label: ""
|
||||
label: "---"
|
||||
description: Opening the spoiler tag
|
||||
placeholder: <details><summary>Topic Tags</summary>
|
||||
value: <details><summary>Topic Tags</summary>
|
||||
|
@ -120,7 +120,7 @@ body:
|
|||
- type: input
|
||||
id: spoiler-end
|
||||
attributes:
|
||||
label: End of spoiler
|
||||
label: "---"
|
||||
description: Closing the spoiler tag
|
||||
placeholder: </details>
|
||||
value: </details>
|
||||
|
|
Loading…
Reference in New Issue