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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -