Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 27, 2017
1 parent 9bff7b5 commit a22b4e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Stringify metadata and content.
- **Object** `opts`: An object containing the following fields:
- `start` (String): The start delimiter of the metadata (default: `---`).
- `end` (String): The end delimiter of the metadata (default: `---`).
- `yamlOptions` (Object): Custom js-yaml options.

#### Return
- **String** The markdown content prefixed by the stringified metadata.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Stringify metadata and content.
- **Object** `opts`: An object containing the following fields:
- `start` (String): The start delimiter of the metadata (default: `---`).
- `end` (String): The end delimiter of the metadata (default: `---`).
- `yamlOptions` (Object): Custom js-yaml options.

#### Return
- **String** The markdown content prefixed by the stringified metadata.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"blah": {
"h_img": "http://i.imgur.com/koH6iq4.png"
}
}
}

0 comments on commit a22b4e4

Please sign in to comment.