We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63818a5 commit c63a8c9Copy full SHA for c63a8c9
.github/DISCUSSION_TEMPLATE/css-battles.yml
@@ -44,10 +44,14 @@ body:
44
label: 'What others will see:'
45
description: Solution preview
46
value: |
47
- This will result in a nice hidden bit like so:<br />
+ This will result in a nice hidden bit like so:
48
+
49
<details>
- <summary>Code Source – <strong>score {character count}</strong></summary><br />
50
+ <summary>Code Source – <strong>score {character count}</strong></summary>
51
52
+ ```html
53
your cssbattles code here!
54
+ ```
55
</details>
56
validations:
57
required: true
0 commit comments