From 59546af18d34d98650a37eb2d50081769aaa8613 Mon Sep 17 00:00:00 2001 From: emaphp Date: Mon, 1 Aug 2016 20:14:10 -0300 Subject: [PATCH] fix docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d6235..02eb414 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ handlebars-template-loader A Handlebars template loader for Webpack +
**Table of Contents** -- [handlebars-template-loader](#handlebars-template-loader) - [Installation](#installation) - [Usage](#usage) - [Loading templates](#loading-templates) @@ -22,6 +22,7 @@ A Handlebars template loader for Webpack - [Custom macros](#custom-macros) - [Disabling macros](#disabling-macros) - [Arguments](#arguments) + - [Escaping](#escaping) - [License](#license) @@ -464,7 +465,8 @@ module.exports = { ```
-####Escaping +Escaping +--------
Macro expressions can be escaped with the `\` character.