Json yaml md file parser
: shell
: file-content-store
: content-file-parser
: /modules/core/content/services/json-yaml-md-file-parser.js
Members
- jsonYamlMarkdownFileParser
A content file parser that uses .json, .yaml, and .yaml.md files.
Functions
- parseYamlMarkdown(data) ⇒
object Parses a multipart YAML/Markdown document. The YAML part becomes the item, and the Markdown becomes the body part with a Markdown flavor.
jsonYamlMarkdownFileParser
A content file parser that uses .json, .yaml, and .yaml.md files.
parseYamlMarkdown(data) ⇒ object
Parses a multipart YAML/Markdown document. The YAML part becomes the item, and the Markdown becomes the body part with a Markdown flavor.
Kind: global function
Returns: object - The parsed content item.
| Param | Type | Description |
|---|---|---|
| data | string |
The data to parse. |