]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
github: show how to use triple backticks
authorVincent Bernat <vincent@bernat.ch>
Mon, 25 Jul 2022 05:31:18 +0000 (07:31 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 25 Jul 2022 05:31:46 +0000 (07:31 +0200)
.dir-locals.el [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..9b9ff8d
--- /dev/null
@@ -0,0 +1 @@
+((nix-mode . ((mode . apheleia))))
index 61a25e00ee942695fd92391c207a1c7c1ee39d42..c3c42bf0f461e52492af2a04a297214762e6d6ea 100644 (file)
@@ -14,12 +14,14 @@ unlikely it just does not work. Instead, use the
 questions.
 
 When putting code snippets (logs, commands), put them between triple
-backquotes:
+backticks:
 
+````
 ```
 # lldpcli -vv
 [output of lldpcli -vv]
 ```
+````
 
 # Bug description
 
index 3c15eb29cc2ac2ab0c09a9acded2af8e9b729eed..15dfe79902282f526dc146b5f86be94793d86fbe 100644 (file)
@@ -5,9 +5,11 @@ labels: "feature request"
 ---
 
 When putting code snippets (logs, commands), put them between triple
-backquotes:
+backticks:
 
+````
 ```
 # lldpcli -vv
 [output of lldpcli -vv]
 ```
+````