mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Adjust list macro docs
This commit is contained in:
parent
e028b87ce8
commit
e51c4fcb92
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user