JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

update help and docstring, add tests for DrawCanvas #280

Closed dorn-gerhard closed 7 months ago

dorn-gerhard commented 7 months ago

Thank you for opening a Pull Request at PlutoUI.jl!

Before contributing code

Note that your code will be Unlicensed when added to PlutoUI.jl, not MIT licensed like contributions to Pluto.jl. Take a look at our license: https://github.com/fonsp/PlutoUI.jl/blob/main/LICENSE

github-actions[bot] commented 7 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/dorn-gerhard/PlutoUI.jl", rev="DrawCanvas")
julia> using PlutoUI

Or run this code in your browser: Run with binder