Show HTML in WebView using Prism.js
问题 I am having trouble showing HTML in JavaFX 's WebVew using Prism.js . I am able to successfully show a Java example, but the HTML example seems to want to show the HTML as it appears when you visit a site instead of just showing the syntax string. What is the correct way to display HTML in JavaFX 's WebView using Prism.js ? Java Example (Displaying correctly) import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.layout.StackPane; import javafx.scene.web