https://github.com/masonprotter/multilinepluto.jl
https://github.com/masonprotter/multilinepluto.jl
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/masonprotter/multilinepluto.jl
- Owner: MasonProtter
- Created: 2025-01-30T23:09:12.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T23:23:39.000Z (12 months ago)
- Last Synced: 2025-01-31T00:19:39.676Z (12 months ago)
- Language: Julia
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultilinePluto.jl
This package simply loads and re-exports [Pluto.jl](https://github.com/fonsp/Pluto.jl),
but performs piracy on its `parse_custom` function during loading so that code-cells
containing multiple lines of code do not need to be wrapped in a `begin`/`end` block.
```julia
julia> using MultilinePluto
julia> Pluto.run()
```
