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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -