1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 13:09:27 +01:00

describe ability to add various quotes.

This commit is contained in:
Amit Merchant 2021-12-16 11:34:05 +05:30
parent b44b949449
commit be5c5da083

View File

@ -63,6 +63,18 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the
<h3> 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: