From b489b6cb57c56a4c03af76b3ce545b5823773073 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sun, 20 Oct 2019 13:15:00 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=C2=A0EJS=C2=A0code=C2=A0block=C2=A0?= =?UTF-8?q?language?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docs/syntax.md | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1aff50c3..bfa4e2c1 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ call unless you are using `renderFile()`. You'll likely want to use the raw output tag (`<%-`) with your include to avoid double-escaping the HTML output. -```html +```ejs