1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 21:18:35 +01:00

Merge pull request #49 from amitmerchant1990/patch-1

Describe ability to add various quotes
This commit is contained in:
Mohamed Said 2022-06-03 17:49:02 +02:00 committed by GitHub
commit 6e224f489e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: