mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated Template (markdown)
11
Template.md
11
Template.md
@@ -1,13 +1,16 @@
|
|||||||
## (Message goes here)
|
## (Message goes here, use `code` and *foo* wisely)
|
||||||
|
|
||||||
### Problematic code:
|
### Problematic code:
|
||||||
|
|
||||||
(Simple example of problematic code)
|
```sh
|
||||||
|
# Simple example of problematic code
|
||||||
|
```
|
||||||
|
|
||||||
### Correct code:
|
### Correct code:
|
||||||
|
|
||||||
(Simple example of above code, only fixed)
|
```sh
|
||||||
|
# Simple example of above code, only fixed
|
||||||
|
```
|
||||||
### Rationale:
|
### Rationale:
|
||||||
|
|
||||||
(An explanation of why the code is problematic and how the correct code is an improvement)
|
(An explanation of why the code is problematic and how the correct code is an improvement)
|
||||||
|
Reference in New Issue
Block a user