Hello,
I just figured out that if I have a bulleted / unnumbered list of more
than 294 items, the behavior changes:
#set($mycount = [1..295])
#foreach($i in $mycount)
* $i
#end
If you create the above list, you'll see that your list changes from a
bulleted list to a list of items all on the same line alternating bold
and regular type. If you only go to 294, you get a bulleted list. Is
this configurable? Where is this set?
Thanks,
-jeff