-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Refactor code duplication of markdown renderers #5488
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
Thanks, @toonijn! I really appreciate your work here. I'll review this as soon as possible. |
detect deletion of files
6b89c38
to
238828e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay - these changes look good. Thank you!
I missed this in initial review, but looks like the following file was moved: This causes issues for extensions, i.e. Jupyter-contrib/jupyter_nbextensions_configurator#125 |
I'm sorry, I didn't realise this impacted the plugins. |
In textcell.js and outputarea.js markdown is being rendered. This PR brings the code together in 1 function.