Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Aug 1, 2016
1 parent 81c8c38 commit 59546af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ handlebars-template-loader

A Handlebars template loader for Webpack

<br>
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again -->
**Table of Contents**

- [handlebars-template-loader](#handlebars-template-loader)
- [Installation](#installation)
- [Usage](#usage)
- [Loading templates](#loading-templates)
Expand All @@ -22,6 +22,7 @@ A Handlebars template loader for Webpack
- [Custom macros](#custom-macros)
- [Disabling macros](#disabling-macros)
- [Arguments](#arguments)
- [Escaping](#escaping)
- [License](#license)

<!-- markdown-toc end -->
Expand Down Expand Up @@ -464,7 +465,8 @@ module.exports = {
```

<br>
####Escaping
Escaping
--------

<br>
Macro expressions can be escaped with the `\` character.
Expand Down

0 comments on commit 59546af

Please sign in to comment.