mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-16 12:57:32 +08:00
14 lines
138 B
Text
14 lines
138 B
Text
|
# Notebook
|
||
|
|
||
|
## First section
|
||
|
|
||
|
This is the first section.
|
||
|
|
||
|
```elixir
|
||
|
length([1, 2, 3])
|
||
|
```
|
||
|
|
||
|
## Second section
|
||
|
|
||
|
This is the second section.
|