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