Jason Grout c5df745128 Rename base tsconfig.json to tsconfigbase.json so that running tsc at the root directory doesn’t accidentally try to do something. vor 7 Jahren
..
src 6f54eb5a45 Enable the Typescript es6ModuleInterop option. vor 7 Jahren
style 5d1074c54d Use inherit instead of unset for the font-size value. Use one general selector for all pre and code blocks nested in RenderedHTMLCommon class vor 7 Jahren
README.md df19083f58 Still more READMEs vor 7 Jahren
package.json c57bb491cb Update to typescript 2.9.1 vor 7 Jahren
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. vor 7 Jahren

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.