FransBouma / DocNet

Your friendly static documentation generator, using markdown files to build the content.
http://fransbouma.github.io/DocNet/
248 stars 36 forks source link

Add CSS / HTML Tab support #1

Closed FransBouma closed 8 years ago

FransBouma commented 8 years ago

Currently there's no easy way to define CSS/HTML tabs. In general these are ul/li trees with some CSS and perhaps some JS attached to them.

We can't use bootstrap as we already use a CSS system, the css/js has to be standalone usable.

The tabs support should come in the form of @directive tags in the markdown extensions, similar to the @alert elements currently supported.

FransBouma commented 8 years ago

Implemented