Skip to content

Commit

Permalink
Update AbstractPlutoDingetjes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Jan 5, 2024
1 parent f6de915 commit b9eaf96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AbstractPlutoDingetjes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"""
A more technical package meant for people who develop widgets for other Pluto users. By using and implementing methods from this package, you can give your widget more advanced features.
This package is very small, and contains no functional code (all functionality is implemented by Pluto). This means that you can add AbstractPlutoDingetjes.jl as a dependency to your package with almost no overhead!
## Common use
Most functions in AbstractPlutoDingetjes are most useful when used with the `type`–`show`–`@htl` recipe. A basic example:
```julia
Expand Down

0 comments on commit b9eaf96

Please sign in to comment.