1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Adjust list macro docs

This commit is contained in:
Jermolene 2014-09-28 09:58:27 +01:00
parent e028b87ce8
commit e51c4fcb92

View File

@ -15,7 +15,7 @@ There are several variants of the macro:
|1st |filter |Filter expression | |
|2nd |type |HTML tag to be used for the list wrapper |"ul" |
|3rd |subtype |HTML tag to be used for list entries |"li" |
|4th |class |The list element `<ul>` or `<ol>` gets a CSS class. eg: `<ul class="three-columns">` | |
|4th |class |An optional CSS class to be applied to the list wrapper element (eg `<ul class="three-columns">`) | |
! Examples