jonschlinkert / grunt-readme

DEPRECATED. Use Verb instead
https://github.com/assemble/verb
Other
30 stars 10 forks source link

include rendered data in examples.md #11

Closed dylang closed 11 years ago

dylang commented 11 years ago

This file seems very helpful but it doesn't show an example of what the result will be. It would be helpful if, for each tag, it also showed it rendered using grunt-readme's data.

For example:

Name

{%= name %}

grunt-markdown

Version

{%= version %}
v{%= version %}
{%= version ? " v" + version : "" %}
{%= version ? " * @version " + version + "\\n" : "" %}

0.1.3 v0.1.3 v0.1.3

  • @version 0.1.3
jonschlinkert commented 11 years ago

great idea, I'll start updating the examples