Weave.jl icon indicating copy to clipboard operation
Weave.jl copied to clipboard

[FR] display example needs to be fixed

Open eisthf opened this issue 5 years ago • 0 comments

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"));

eisthf avatar Jun 24 '20 12:06 eisthf