From 88ad4d00e7b2ea24afeecd25b8242e5c2f77c2da Mon Sep 17 00:00:00 2001 From: Philip Copeman Date: Sat, 19 Jan 2019 20:45:42 +0200 Subject: [PATCH] Update README.md --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e256ee..f160d77 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,35 @@ Accounting made easy (course) with TurboCASH contributers: - Daniel Copeman - Philip Copeman -- Leon Cooprasamy + +Here are some simple markup examples. + +# header +### smaller header + +##Quick Markup tutorial +_Write in italics_ + +_"One chord is great, two chords is OK, three chords is Jazz"_ - **Lou Reed.** + + +make an lsit +- one +- two +- three + + +Text formating + +`this is code formatted` +```javascript +var string = 'never use var to make a variable' +let newstring = 'let is much better than var' +console.log(`${string} then what: ${newstring}`) + + +// This is a comment +``` + + +