JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
823 stars 94 forks source link

[FR] display example needs to be fixed #382

Closed eisthf closed 1 year ago

eisthf commented 4 years ago

description

One example in the document needs update:

Currently it is: ! display("text/html", "Header from julia");

The correct use is: ! display("text/html", html"Header from julia"); or ! display("text/html", HTML("Header from julia"));