JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Latex and Markdown in Widgets not working. #377

Open janrpeters opened 3 years ago

janrpeters commented 3 years ago

Latex and Markdown in Widgets not working properly. For example:

checkbox(label=md"be my $N=1$ friend?")

yields

image

and

checkbox(label=L"be my $N=1$ friend?")

yields

image

Somehow, they are not properly parsed! I have not found a workaround.