Last active
September 1, 2021 02:55
-
-
Save Widdershin/8e0401f714c78583fda002ffa1226b97 to your computer and use it in GitHub Desktop.
Example of using prism standalone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="/prism-assets/prism.js"></script> | |
<script type="text/javascript" src="/prism-assets/bundle.js"></script> | |
</head> | |
<body> | |
<div id="root"></div> | |
<script type="text/javascript"> | |
Prism.run(document.getElementById("root"), "/app.rb"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment