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 plugin. meta :include-meta: {bulletListType: "BulletsListType"} * Testing * Design * Code Review * Documentation
Use to outline your flow. This also splits related things by moving odd points to the left and even to the right. Testing Design Code Review Documentation LeftRightTimeLine :include-meta: {bulletListType: "LeftRightTimeLine"} * Testing * Design * Code Review * Documentation
Use to display overlapping relationships. Velocity Volume Variety Venn
Use to outline a procedure. Install IDEA Learn Java Learn Machine Learning Use to use distinct colors for each step Install IDEA Learn Java Learn Machine Learning Use to align steps to the left Install IDEA Learn Java Learn Machine Learning Steps differentColors: true :include-meta: {bulletListType: "Steps", differentColors: true} align: "left" :include-meta: {bulletListType: "Steps", differentColors: true, align: "left"}
If you want to change bullets type only for presentation use: :include-meta: {presentationBulletListType: "BulletsListType"}
The following bullet points will be rendered as horizontal striped, but only in presentation mode. Lessons Learned Future Plans Backup Strategy :include-meta: {presentationBulletListType: "HorizontalStripes"}