Skip to content

Commit 314c38e

Browse files
committed
run verb to generate readme
1 parent b531b94 commit 314c38e

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ _.template('<%= markdown("# heading") %>', {markdown: markdown});
128128
var settings = {imports: {markdown: markdown}};
129129
_.template('<%= markdown("# heading") %>', {}, settings);
130130
//=> '<h1>heading</h1>\n'
131-
```
131+
```

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# helper-markdown [![NPM version](https://img.shields.io/npm/v/helper-markdown.svg?style=flat)](https://www.npmjs.com/package/helper-markdown) [![NPM monthly downloads](https://img.shields.io/npm/dm/helper-markdown.svg?style=flat)](https://npmjs.org/package/helper-markdown) [![NPM total downloads](https://img.shields.io/npm/dt/helper-markdown.svg?style=flat)](https://npmjs.org/package/helper-markdown) [![Linux Build Status](https://img.shields.io/travis/helpers/helper-markdown.svg?style=flat&label=Travis)](https://travis-ci.org/helpers/helper-markdown)
1+
# helper-markdown [![NPM version](https://img.shields.io/npm/v/helper-markdown.svg?style=flat)](https://www.npmjs.com/package/helper-markdown) [![NPM monthly downloads](https://img.shields.io/npm/dm/helper-markdown.svg?style=flat)](https://npmjs.org/package/helper-markdown) [![NPM total downloads](https://img.shields.io/npm/dt/helper-markdown.svg?style=flat)](https://npmjs.org/package/helper-markdown) [![Linux Build Status](https://img.shields.io/travis/helpers/helper-markdown.svg?style=flat&label=Travis)](https://travis-ci.org/helpers/helper-markdown)
22

33
> Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
44
5-
## Table of Contents
6-
75
- [Install](#install)
86
- [API](#api)
97
- [Usage examples](#usage-examples)
@@ -25,12 +23,6 @@ Install with [npm](https://www.npmjs.com/):
2523
$ npm install --save helper-markdown
2624
```
2725

28-
Install with [yarn](https://yarnpkg.com):
29-
30-
```sh
31-
$ yarn add helper-markdown
32-
```
33-
3426
## API
3527

3628
```js
@@ -178,11 +170,11 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea
178170

179171
### Contributors
180172

181-
| **Commits** | **Contributor** |
182-
| --- | --- |
183-
| 14 | [jonschlinkert](https://github.com/jonschlinkert) |
184-
| 2 | [almeidap](https://github.com/almeidap) |
185-
| 1 | [doowb](https://github.com/doowb) |
173+
| **Commits** | **Contributor** |
174+
| --- | --- |
175+
| 14 | [jonschlinkert](https://github.com/jonschlinkert) |
176+
| 5 | [doowb](https://github.com/doowb) |
177+
| 2 | [almeidap](https://github.com/almeidap) |
186178

187179
### Building docs
188180

@@ -216,4 +208,4 @@ Released under the [MIT License](LICENSE).
216208

217209
***
218210

219-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 22, 2017._
211+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on July 08, 2017._

0 commit comments

Comments
 (0)