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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -