Favourites Example¶
I have put my favourites into a curation here. Here is MyST Markdown,
:::{curation} My Favourites
---
depth: 3
description: >
My favourite things in this book.
Chosen by **me**.
This description _can_ contain **Markdown** formatting, which is processed by [MyST](https://mystmd.org).
label: cur-my-favourites
---
- item: animals/cats.md
children:
- item: '#sec-cats-moggy-ringwald'
- item: cinemas/prince_charles.md
- item: places/lundy.md
:::
And it looks like this.
My Favourites¶
My favourite things in this book. Chosen by me. This description can contain Markdown formatting, which is processed by MyST.
Nesting Example¶
You can nest items using the children
key.
:::{curation} Nesting
---
depth: 3
description: >
A nesting example.
label: cur-nesting
---
- item: '#index'
children:
- item: '#index'
children:
- item: '#index'
- item: '#index'
children:
- item: '#index'
children:
- item: '#index'
children:
- item: '#index'
children:
- item: '#index'
:::
Nesting¶
A nesting example.