Dasix / grits-plugin-docs

A Grits plugin for generating documentation
Other
1 stars 1 forks source link

Create "terms" (definitions) helper #24

Open vmadman opened 8 years ago

vmadman commented 8 years ago

Right now we have to do this...

<dl>
  <dt>Minimal Viable Product (MVP) n.</dt>
  <dd>A definition for MVP</dd>
</dl>

I'd like to be able to do this:

{@terms}
(MVP) Minimum Viable Product [n]
A definition for MVP
.. A second line

---
(SE) Something Else [v]
Another definition
.. A second line
{/terms}