-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Improve code appearance and copyediting on docs #697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👍 |
Improve code appearance and copyediting on docs
@joemcbride Did you see this one? |
It's worth noting that we might want to revise this to use The |
Fair enough, and I was thinking that delay in rendering was partly due to it not getting rendered server side when we generate the docs. @joemcbride Has been doing some work in this area to build this component in another library since we need it internally at work for our application's style guide. Ideally we would be able to move to use that and improve changes there. See: https://github.com/joemcbride/react-playground Joe and I have talked about transferring it here to the org once it had matured enough, but I don't know where he stands with that at the moment. I can check with him on that in the morning. |
The code path for applying syntax highlighting to a |
I played around with the Node version of |
This is a nice little component. I wasn't aware of the node runMode. I'll look into enabling that with the |
FWIW I already do use The nice thing with |
Fixes #94