JuliaPluto / PlutoUI.jl

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

RangeSlider breaks inside of markdown `$()` and returns nothing #119

Closed FelixBenning closed 2 years ago

FelixBenning commented 3 years ago

image

md"Test Range slider
$(@bind test RangeSlider(0:2, left=1, right=2))
"
fonsp commented 2 years ago

Fixed by #160

Schermafbeelding 2021-12-19 om 00 08 28