UNPKG

verb

Version:

A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, using simple markdown templates, with zero configuration required.

5 lines (4 loc) 738 B
> General stuff about Verb that didn't quite fit in other categories * When Lo-dash templates shouldn't be evaluated they be escaped by using square brackets, `{%%= foo %}`, (like for code examples). Verb converts these to the actual delimiters in the result. * Verb's goal is to _simply work_ without custom programming, but you can fully extend Verb's core with plugins, add custom tags, or use a Verbfile for advanced configuration needs. * **Why does Verb use the `{%%= foo %}` syntax for templates?**: We do this to avoid collision with the more common, default syntax for Lo-Dash templates, `<%= foo %>`. Of course, nothing if foolproof, so if the default delimiters don't work for your needs you can customize them in the options.