Skip to content

Commit

Permalink
Add bold example to example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixin-hc committed Apr 28, 2024
1 parent e44f1c5 commit 54c3d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userGuide/syntax/lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ If either the `i-width` or the `i-height` of an image is not specified, the unsp
<variable name="highlightStyle">markdown</variable>
<variable name="code">
* Item 1 { icon="/images/deer.jpg" text="Deer" i-width="60px" height="17px" i-class="rounded" t-class="text-warning my-2" }
* Item 2 { t-class="text-info my-2" }
* Item 2 { t-class="text-info my-2 fw-bold" }
* Item 2.1 { icon="fas-question-circle" i-class="badge rounded-pill my-1 bg-success text-white" }
* Item 2.2
* Item 2.3 { i-class="badge rounded-pill my-1 bg-primary text-white"}
Expand Down

0 comments on commit 54c3d8e

Please sign in to comment.