Skip to content

Commit ae4b6ec

Browse files
Merge pull request #239 from nathanjessen/master
Add quotations to the id of the gist helper
2 parents d9697cf + 573cad9 commit ae4b6ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ Embed a GitHub Gist using only the id of the Gist
737737
**Example**
738738

739739
```handlebars
740-
{{gist 12345}}
740+
{{gist "12345"}}
741741
```
742742

743743
### [{{jsfiddle}}](lib/code.js#L72)
@@ -2504,4 +2504,4 @@ Released under the [MIT license](https://github.com/assemble/handlebars-helpers/
25042504

25052505
***
25062506

2507-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on August 17, 2016._
2507+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on August 17, 2016._

lib/code.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ helpers.embed = function embed(fp, ext) {
4646
* Embed a GitHub Gist using only the id of the Gist
4747
*
4848
* ```handlebars
49-
* {{gist 12345}}
49+
* {{gist "12345"}}
5050
* ```
5151
* @param {String} `id`
5252
* @return {String}

0 commit comments

Comments
 (0)