In textile, how do I set the class of an (un)ordered list? -
using textile, can set class of table writing
table(myclass). | | b | c |
produces
<table class="myclass"> ...
but how can same thing (un)ordered lists?
# item 1 # item 2 # item 3
to make textile product
<ol class="myclass"> <li>...
Comments
Post a Comment