From 066aca58b4ca1d10e3a99d4ae3c9df0351bbd299 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 20 Sep 2015 22:36:44 -0400 Subject: [PATCH] Updated Template (markdown) --- Template.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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)