]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
github: revert last change
authorVincent Bernat <vincent@bernat.ch>
Mon, 25 Jul 2022 05:32:48 +0000 (07:32 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 25 Jul 2022 05:32:48 +0000 (07:32 +0200)
The template is shown as text, so no need to escape backticks.

.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md

index c3c42bf0f461e52492af2a04a297214762e6d6ea..699f2af46104face5403b75a0bcdf6a47f0b2e85 100644 (file)
@@ -16,12 +16,10 @@ questions.
 When putting code snippets (logs, commands), put them between triple
 backticks:
 
-````
 ```
 # lldpcli -vv
 [output of lldpcli -vv]
 ```
-````
 
 # Bug description
 
index 15dfe79902282f526dc146b5f86be94793d86fbe..6a7ccd12db5fe4d48dfd4370f69d9bcdd5b17537 100644 (file)
@@ -7,9 +7,7 @@ labels: "feature request"
 When putting code snippets (logs, commands), put them between triple
 backticks:
 
-````
 ```
 # lldpcli -vv
 [output of lldpcli -vv]
 ```
-````