Skip to content

Commit be5c5da

Browse files
describe ability to add various quotes.
1 parent b44b949 commit be5c5da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the
6363
<h3> tags define different titles inside a chapter.
6464
```
6565

66+
### Adding different quotes
67+
68+
Three different types of quotes can be added: `quote`, `warning`, and `notice`.
69+
70+
```md
71+
>{quote} This is a quote.
72+
73+
>{warning} This is a warning.
74+
75+
>{notice} This is a notice.
76+
```
77+
6678
### Using images
6779

6880
Images can be stored in the content folder and then brought in like this:

0 commit comments

Comments
 (0)