Skip to content

Commit

Permalink
varialbes.md: Add bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 29, 2024
1 parent dc5c497 commit f0aa3f4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion _markbind/variables.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<variable id="bullet_checkbox">{ icon="far-square" }</variable>
<variable id="bullet_checkbox_red">{ icon="far-square" i-class="text-danger" }</variable>
<variable id="bullet_checkbox_selected">{ icon="fas-square-check" }</variable>
<variable id="bullet_checkbox_selected_green">{ icon="fas-square-check" i-class="text-success" }</variable>
<variable id="bullet_important_red">{ icon="fas-circle-exclamation" i-class="text-danger" }</variable>
<variable id="bullet_info">{ icon="fas-info-circle" i-class="text-info" }</variable>
<variable id="bullet_Q">{ icon="glyphicon-question-sign" i-class="text-info" }</variable>
<variable id="bullet_target_green">{ icon="fas-crosshairs" i-class="text-success" }</variable>
<variable id="bullet_tick_green">{ icon="fas-check" i-class="text-success" }</variable>
<variable id="bullet_tip">{ icon="fas-lightbulb" i-class="badge rounded-pill bg-success text-white my-1" i-size="10px" }</variable>
<variable id="bullet_x_red">{ icon="fas-times" i-class="text-danger" }</variable>
<variable name="icon_announcement"><md>:fas-bell:</md></variable>
<variable name="icon_apple"><md>:fab-apple:</md></variable>
<variable name="icon_book"><md>:fas-book:</md></variable>
<variable name="icon_calendar"><md>:fas-calendar-alt:</md></variable>
<variable name="icon_dislike"><md>:fas-thumbs-down:</md></variable>
Expand Down Expand Up @@ -41,7 +53,7 @@
<variable name="bad"><span style="color: red"><md>**:fas-thumbs-down: Bad**</md></span></variable>
<variable name="good"><span style="color: green"><md>**:fas-thumbs-up: Good**</md></span></variable>

<variable name="step_numbers">\{texts="['1', '2', '3', '4', '5', '7', '8', '9', '10']" t-class="badge rounded-pill bg-primary text-white"\}</variable>
<variable name="step_numbers">\{texts="['1', '2', '3', '4', '5', '6', '7', '8', '9', '10']" t-class="badge rounded-pill bg-primary text-white"\}</variable>
<variable name="abcd_numbers">\{texts="['a)', 'b)', 'c)', 'd)', 'e)', 'f)', 'g)', 'h)']" \}</variable>

<variable from="variables.json" />

0 comments on commit f0aa3f4

Please sign in to comment.