mirror of
https://github.com/themsaid/ibis.git
synced 2025-01-16 21:18:35 +01:00
describe ability to add various quotes.
This commit is contained in:
parent
b44b949449
commit
be5c5da083
12
readme.md
12
readme.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user