Smart Bullet Points
Types
Bullet points are an essential tool in the presentation of information. Frequent use of bullet points however may make documentation and presentation boring.
You can change the way bullet points are rendered by using the
meta
plugin.:include-meta: {bulletListType: "BulletsListType"} * Testing * Design * Code Review * Documentation
Left Right Timeline
Use
LeftRightTimeLine
to outline your flow. This also splits related things by moving odd points to the left and even to the right.:include-meta: {bulletListType: "LeftRightTimeLine"} * Testing * Design * Code Review * Documentation
Steps
Use
Steps
to outline a procedure.Use
differentColors: true
to use distinct colors for each step:include-meta: {bulletListType: "Steps", differentColors: true}
Use
align: "left"
to align steps to the left:include-meta: {bulletListType: "Steps", differentColors: true, align: "left"}
Presentation Only
If you want to change bullets type only for presentation use:
:include-meta: {presentationBulletListType: "BulletsListType"}