From 5b907d3bf99d5fe30dd6c34f61710fcc63e55999 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Wed, 8 Feb 2017 00:45:07 +0100 Subject: [PATCH] Fix syntax highlighting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d54d8d7..426388e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Use an array instead of object in `conf.json`, having multiple configs like the Config variables are be made available in all HTML files.
Add any variable to the configuration file and use it in HTML like so: -```markup +```html

``` @@ -100,7 +100,7 @@ If you indeed have multiple emails in the same templates, you can be sure some o Luckily, partials can be used for common parts (i.e. headers, footers). Partials *will not* be treated as a email template, but ignored when built. They can however be included in other HTML files, like so: -```markup +```html