Skip to content

Commit 9d3261e

Browse files
authored
Make it easy to copy past HTML code block.
1 parent 7fa3aa1 commit 9d3261e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ For bugs, please include
1414
If you're having trouble putting HTML in markdown, try using
1515
an HTML [code block](https://help.github.com/articles/creating-and-highlighting-code-blocks/):
1616

17+
````md
1718
```html
1819
HTML goes here
1920
```
21+
````

0 commit comments

Comments
 (0)