Skip to content
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

Refactor code duplication of markdown renderers #5488

Merged
merged 8 commits into from Oct 7, 2020

Conversation

toonijn
Copy link
Contributor

@toonijn toonijn commented May 28, 2020

In textcell.js and outputarea.js markdown is being rendered. This PR brings the code together in 1 function.

@toonijn
Copy link
Contributor Author

toonijn commented May 28, 2020

@Zsailer this is the elimination of code duplication for the markdown renderers. Without a readme-viewer (#5299), this is definitely less necessary. I leave this up to you to judge.

@Zsailer Zsailer self-assigned this Jun 3, 2020
@Zsailer Zsailer self-requested a review June 3, 2020 15:46
@Zsailer
Copy link
Member

Zsailer commented Jun 3, 2020

Thanks, @toonijn! I really appreciate your work here. I'll review this as soon as possible.

@kevin-bates
Copy link
Member

@toonijn - would you mind rebasing with master?
@Zsailer - if you could give this a look in the near future, that would be awesome.

Copy link
Member

@kevin-bates kevin-bates left a 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!

@kevin-bates kevin-bates merged commit 2ba2960 into jupyter:master Oct 7, 2020
@Zsailer
Copy link
Member

Zsailer commented Jan 12, 2021

I missed this in initial review, but looks like the following file was moved:
notebook/static/notebook/js/mathjaxutils.jsnotebook/static/base/js/mathjaxutils.js

This causes issues for extensions, i.e. Jupyter-contrib/jupyter_nbextensions_configurator#125

@toonijn
Copy link
Contributor Author

toonijn commented Jan 12, 2021

I'm sorry, I didn't realise this impacted the plugins.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants