UNPKG

verb-readme-includes

Version:

Template partials for Verb, the markdown documentation generator with zero-configuration required.

8 lines 401 B
{% if (authors && Array.isArray(authors)) { %} {% authors.forEach(function (author) { %} {% if (author && author.name) { %} **{%= author.name %}** {% } else if (author) { %} **{%= author %}** {% } %} {% if (username) { %} + [github/{%= author.username %}](https://github.com/{%= author.username %}) + [twitter/{%= author.username %}](http://twitter.com/{%= author.username %}) {% } %} {% }) %} {% } %}