mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-15 20:37:55 +08:00
10 lines
86 B
Text
10 lines
86 B
Text
|
# Notebook
|
||
|
|
||
|
## First section
|
||
|
|
||
|
One Elixir cell below.
|
||
|
|
||
|
```elixir
|
||
|
length([1, 2, 3])
|
||
|
```
|