jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Support ordered lists, on top of the unordered lists, for TOC #31

Closed inadarei closed 10 years ago

inadarei commented 10 years ago

Currently TOC is created as an unordered list and there's no way to change that.

In some cases ordered list is much more preferable. This quick PR allows creation of TOC as an ordered list.

jgallen23 commented 10 years ago

thanks!

jgallen23 commented 10 years ago

@inadarei could you also make a pull request for tests for this?

inadarei commented 10 years ago

Sure, may take me a little bit of time to get it together.

There's a @TODO somewhere there too, to not allow anything but <ol/> or <ul/> (since it wouldn't make sense) but I thought something was better than nothing.

Will try to create PR that includes that protection with the tests.

Thanks for accepting.