diff --git a/Template.md b/Template.md index 598ba3d..8491d0b 100644 --- a/Template.md +++ b/Template.md @@ -1,13 +1,16 @@ -## (Message goes here) +## (Message goes here, use `code` and *foo* wisely) ### Problematic code: - (Simple example of problematic code) +```sh +# Simple example of problematic code +``` ### Correct code: - (Simple example of above code, only fixed) - +```sh +# Simple example of above code, only fixed +``` ### Rationale: (An explanation of why the code is problematic and how the correct code is an improvement)