add spoiler surrounding topics

This commit is contained in:
Bibin Muttappillil 2023-07-22 01:27:39 +02:00
parent 85d4166a8d
commit 27721af05a
1 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,17 @@ body:
placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A
validations: validations:
required: true required: true
- type: textarea
id: spoiler-begin
attributes:
label: Start of spoiler
description: Opening the spoiler tag
placeholder: |
<details>
<summary>Topic Tags</summary>
value: |
<details>
<summary>Topic Tags</summary>
- type: dropdown - type: dropdown
id: round id: round
attributes: attributes:
@ -110,6 +121,13 @@ body:
- warmup - warmup
validations: validations:
required: false required: false
- type: textarea
id: spoiler-end
attributes:
label: End of spoiler
description: Closing the spoiler tag
placeholder: </details>
value: </details>
- type: markdown - type: markdown
attributes: attributes:
value: | value: |