Test /
BoldOrderedList
# A normal list # also a normal list # '''Here the text is bold, but not the index''' # '''Same with this item''' %define=bolditem item font-weight:bold% # %bolditem% Here the text and numeral are bold # %bolditem% This is bold also |
|
The above effect can also be done with a variety of CSS properties.
Also, if wanting to do it for the entire list, use %list font-weight:bold%
:
# %list font-weight:bold% Here the text and all numerals are bold. # Another bolded item # Yet another bolded item |
|