]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
github: no need to be smart to show how to format code
authorVincent Bernat <vincent@bernat.ch>
Thu, 15 Apr 2021 18:06:58 +0000 (20:06 +0200)
committerVincent Bernat <vincent@bernat.ch>
Thu, 15 Apr 2021 18:06:58 +0000 (20:06 +0200)
People should see the markdown code, not the rendered code, from the
template.

.github/ISSUE_TEMPLATE.md

index c424b3ea9b9bdf41b292378f19de11ca573efbf7..5b1042fd9e1eaf58ac78b5d08661eff2755bf91a 100644 (file)
@@ -1,12 +1,10 @@
 This is an example of bug report. Try to adapt it to your case. When
 putting code snippets (logs, commands), put them between triple backquotes:
 
-````
 ```
 # lldpcli -vv
 [output of lldpcli -vv]
 ```
-````
 
 # Bug description