From be5c5da083f81b0b0ed4195011ca8cefb2775d8a Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Thu, 16 Dec 2021 11:34:05 +0530 Subject: [PATCH] describe ability to add various quotes. --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index b48e3cf..fabd977 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,18 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the

tags define different titles inside a chapter. ``` +### Adding different quotes + +Three different types of quotes can be added: `quote`, `warning`, and `notice`. + +```md +>{quote} This is a quote. + +>{warning} This is a warning. + +>{notice} This is a notice. +``` + ### Using images Images can be stored in the content folder and then brought in like this: