Another chapter¶
This is just another chapter
dropdown here
Some contents can be dropped down.
and besides …
… blocks can be nested
Here is a link to the first chapter.
hidden_var = 'visitor'
# and some code
print(f'Hi there {hidden_var}!')
Hi there visitor!