From 82149826405443e007f044081aa7556932067870 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 3 May 2022 01:07:25 +0100 Subject: [PATCH] [TEM #2] - Fix formatting --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41484ae..a03b3f1 100644 --- a/README.md +++ b/README.md @@ -128,15 +128,25 @@ The format is as follows ``` ```markdown -{{#template file.txt path=../images author=Goudham }} +{{#template + file.txt + path=../images + author=Goudham +}} ``` ```markdown -// Not recommended but valid {{#template file.txt path=../images author=Goudham}} +// Not recommended but valid +{{#template file.txt path=../images author=Goudham}} ``` ```markdown -// Not recommended but valid {{#template file.txt path=../images author=Goudham }} +// Not recommended but valid +{{#template +file.txt + path=../images + author=Goudham +}} ``` ### Arguments Config