CustomBullets is a stylesheet that provides customized bullets.
Installation
Usage
Typing
<ul class="horizontal">
Would render a horizontal list.
<li class="insert type here"></li>
- Class "arrow-[left/up/right/down]" returns an arrow pointing in the specified direction (🡸 🢁 🡻 🡺)
- Class "arrowhead" returns an arrowhead, of which only right is available (➤)
- Class "triangle-[left/up/right/down]" returns a triangle pointing in the specified direction (◀ ▲ ▶ ▼)
- Class "blank" returns blank bullets
- Class "check" returns a checkmark (✓)
- Class "dagger" returns a dagger (🗡)
- Class "dagger-obelus" returns an obelus-type dagger (†)
- Class "exclamation" returns an exclamation point (!)
- Class "position" returns a crosshair (⌖)
- Class "question" returns a question mark (?)
- Class "x" returns the times sign (×)
To be extended.
Text above can be found here (edit)