Closed Trott closed 9 years ago
good catch! :sparkles:
This module got moved over to rich-message
.. hmm how to handle...
@Flet maybe rich-message
has a stylesheet that bundles highlight.js
style if necessary?
<link rel="stylesheet" type="text/css" href="node_modules/rich-message/css/rich-message.css">
index.html
referencesnode_modules/highlight.js/styles/solarized_light.css
for syntax highlighting buthighlight.js
is not in the dependencies inpackage.json
. Syntax highlighting works for people who happen to havehighlight.js
lying around in theirnode_modules
but is broken for fresh installs. This PR adds it as a dependency to fix this. I think I'm way over-explaining here.