Skip to content

Commit

Permalink
Adds a TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
aymerick committed Jun 15, 2015
1 parent d05c761 commit 4785153
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,52 @@ The full API documentation is available here: <http://godoc.org/github.com/aymer
![Raymond Logo](https://github.com/aymerick/raymond/blob/master/raymond.png?raw=true "Raymond")


# Table of Contents

- [Quick Start](#quick-start)
- [Correct Usage](#correct-usage)
- [Context](#context)
- [HTML Escaping](#html-escaping)
- [Helpers](#helpers)
- [Template Helpers](#template-helpers)
- [Built-In Helpers](#built-in-helpers)
- [The `if` block helper](#the-if-block-helper)
- [The `unless` block helper](#the-unless-block-helper)
- [The `each` block helper](#the-each-block-helper)
- [The `with` block helper](#the-with-block-helper)
- [The `lookup` helper](#the-lookup-helper)
- [The `log` helper](#the-log-helper)
- [Block Helpers](#block-helpers)
- [Block Evaluation](#block-evaluation)
- [Conditional](#conditional)
- [Else Block Evaluation](#else-block-evaluation)
- [Block Parameters](#block-parameters)
- [Helper Parameters](#helper-parameters)
- [Automatic conversion](#automatic-conversion)
- [Options Argument](#options-argument)
- [Context Values](#context-values)
- [Helper Hash Arguments](#helper-hash-arguments)
- [Private Data](#private-data)
- [Utilites](#utilites)
- [`Str()`](#str)
- [`IsTrue()`](#istrue)
- [Context Functions](#context-functions)
- [Partials](#partials)
- [Template Partials](#template-partials)
- [Global Partials](#global-partials)
- [Dynamic Partials](#dynamic-partials)
- [Partial Contexts](#partial-contexts)
- [Partial Parameters](#partial-parameters)
- [Utility Functions](#utility-functions)
- [Mustache](#mustache)
- [Limitations](#limitations)
- [Handlebars Lexer](#handlebars-lexer)
- [Handlebars Parser](#handlebars-parser)
- [Test](#test)
- [References](#references)
- [Others Implementations](#others-implementations)


## Quick Start

$ go get github.com/aymerick/raymond
Expand Down

0 comments on commit 4785153

Please sign in to comment.