We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508c70b commit eb25d4bCopy full SHA for eb25d4b
packages/core/src/rendermime.ts
@@ -7,6 +7,7 @@ import {
7
svgRendererFactory,
8
imageRendererFactory,
9
textRendererFactory,
10
+ errorRendererFactory,
11
} from '@jupyterlab/rendermime';
12
import type { MathjaxOptions } from './types';
13
import { MathJaxTypesetter } from '@jupyterlab/mathjax2';
@@ -22,6 +23,7 @@ const EXTENDED_FACTORIES = [
22
23
24
javascriptRendererFactory,
25
26
27
];
28
29
let RENDERERS: IRenderMime.IRendererFactory[] | null = null;
0 commit comments