DocNet
DocNet copied to clipboard
Implement way to center text in markdown
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.