adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

unordered and ordered lists reset on new column #200

Open jprocess opened 8 years ago

jprocess commented 8 years ago

Is there a way to have ordered list items retain numbering at the beginning of a new column? This would apply to unordered lists as well. Currently ordered and unordered lists are resetting.

Thanks!

adamwulf commented 8 years ago

If you take a look at sample101.html, it'll show an example of maintaining the numbers of an ordered list

jprocess commented 8 years ago

That works great. Thanks, Adam. Is there a way, besides manually adding "dontsplit" to a list item, to ensure a new bullet is not added to a list item that is split?

Great plugin btw!