Skip to content

Commit 5622bb6

Browse files
committed
Fix HTML code block example in ISSUE_TEMPLATE.md.
The "New Issue" button starts the user in the edit markdown tab, not the preview tab, so don't go out of our way to escape the code block.
1 parent 0894724 commit 5622bb6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ For bugs, please include
1111
* any policy code related to the problem if you can
1212
* the output you expect
1313

14-
If you're having trouble putting HTML in markdown, try
14+
If you're having trouble putting HTML in markdown, try using
15+
an HTML [code block](https://help.github.com/articles/creating-and-highlighting-code-blocks/):
1516

16-
<pre>
17-
<!-- -->```html
17+
```html
1818
HTML goes here
19-
<!-- -->```
20-
</pre>
19+
```

0 commit comments

Comments
 (0)