Skip to content

Commit

Permalink
Fix Markdown Headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo Rodriguez committed Apr 22, 2017
1 parent 8cae202 commit c4def1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ http://olado.github.com/doT (todo: update docs with new features added in versio

## New in version 1.0.0

####Added parameters support in partials
#### Added parameters support in partials

{{##def.macro:param:
<div>{{=param.foo}}</div>
#}}

{{#def.macro:myvariable}}

####Node module now supports auto-compilation of dot templates from specified path
#### Node module now supports auto-compilation of dot templates from specified path

var dots = require("dot").process({ path: "./views"});

Expand Down Expand Up @@ -64,7 +64,7 @@ Details
* Return an object with functions compiled from .dot templates as its properties
* Render mytemplate template

####CLI tool to compile dot templates into js files
#### CLI tool to compile dot templates into js files

./bin/dot-packer -s examples/views -d out/views

Expand Down

0 comments on commit c4def1f

Please sign in to comment.