Skip to content

Commit

Permalink
github: show how to use triple backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jul 25, 2022
1 parent eacd951 commit 72bbcbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
((nix-mode . ((mode . apheleia))))
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
````

0 comments on commit 72bbcbd

Please sign in to comment.