We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0894724 commit 5622bb6Copy full SHA for 5622bb6
.github/ISSUE_TEMPLATE.md
@@ -11,10 +11,9 @@ For bugs, please include
11
* any policy code related to the problem if you can
12
* the output you expect
13
14
-If you're having trouble putting HTML in markdown, try
+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/):
16
-<pre>
17
-<!-- -->```html
+```html
18
HTML goes here
19
-<!-- -->```
20
-</pre>
+```
0 commit comments