bitovi / bitovi/documentjs

Allow mustache comments inside the body.

Open
#84 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
598
Forks
371
PR merge metrics
No merged PRs in 30d

Description

So, it can be nice to link data from a child to the parent. For instance StealJS might have a bunch of layered options. Even DocumentJS has this. It would be great to do something like:

```
@body

## Options

`options` supports options available to [stealTools.grunt.pluginify.output]:

{{#each stealTools.grunt.pluginify.output.params}}
- {{name}} - {{makeTypesString}} - {{firstParagraph description}}
{{/each}}

and to [stealTools.pluginify.options]:

{{#each stealTools.pluginify.options}}
- {{name}} - {{makeTypesString}} - {{firstParagraph description}}
{{/each}}
```

This might require doing markdown processing in the templates as opposed to in "process".

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.