Ian Rose abd2891e83 Handle the case of a link with null href. (#4883) 6 年之前
..
src abd2891e83 Handle the case of a link with null href. (#4883) 6 年之前
style 9948d011ab Small CSS update to give inline code in MarkDown a different background color (but not code blocks). This mimics Juputer's behaviour. (#4846) 6 年之前
README.md 74eac68b72 Make codebase prettier 6 年之前
package.json 4f54e989dd Publish 6 年之前
tsconfig.json c5df745128 Rename base tsconfig.json to tsconfigbase.json so that running tsc at the root directory doesn’t accidentally try to do something. 7 年之前

README.md

@jupyterlab/rendermime

A JupyterLab package which manages mime bundle renderers for the application, and provides default renderers for a number of formats, such as markdown, HTML, images, and LaTeX.

A simplified interface for adding new mime renderers to the application can be found in @jupyterlab/rendermime-interfaces.

The rendermime is a singleton on the application.