pub const TYPST_PREVIEW_HTML: &str = "<html><body>Typst Preview needs to be built with the `embed-html` feature to work!</body></html>";
A dummy HTML file to be used when the typst-preview feature is not enabled.
typst-preview