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

Implement way to center text in markdown #10

Open FransBouma opened 8 years ago

FransBouma commented 8 years ago

Currently the only way (which is lame) to center things is by using the <center> tag directly.

It would be nice if there was a way to specify a center start/end which then would be converted into a <div class="center"></div> section.