-
Notifications
You must be signed in to change notification settings - Fork 10
Implement code highlighting #137
Comments
@avsm Recommended highlight.js. |
Here's one initial hit for integrating highlighting with React elements: https://github.com/wooorm/lowlight . |
Here is the essential of rescript-lang.org's implementation:
|
I'm leaning towards using |
There are a few different highlighting implementations. highlight.js is popular and has been successfully used by others, so we will use that for now. It's also convenient that people have implemented wrappers for highlight.js like lowlight. |
This was done in #313 , as well as implementing an MVP of this highlighting. |
The styles are very simple for now. We can tweak them later before going public. |
This is being removed, and can be closed again once the implementation is complete in ood. |
Code highlighting is now being done in Ood, therefore it is no longer relevant here. |
@patricoferris Please create an issue in ood to keep this remaining task visible. |
Note: The list of tutorials has not been finalized. Assume that all tutorials will be ported over for now.
The text was updated successfully, but these errors were encountered: