@@ -1,3 +1,6 @@
+// Copyright (c) Jupyter Development Team.
+// Distributed under the terms of the Modified BSD License.
+
export * from './markdowndocgenerator';
export * from './latexgenerator';
export * from './notebookgenerator';
import { TableOfContentsRegistry } from '../../registry';
import { TableOfContents } from '../../toc';
import { MarkdownDocGeneratorOptionsManager } from './optionsmanager';
import * as React from 'react';
import { INotebookHeading } from '../shared';
@@ -1,5 +1,6 @@
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { ISanitizer } from '@jupyterlab/apputils';
import {
import { INotebookTracker } from '@jupyterlab/notebook';
import { Cell } from '@jupyterlab/cells';
import { TagListComponent } from './tagslist';
export interface ITagComponentProps {
import { TagComponent } from './tag';
import { NotebookGeneratorOptionsManager } from './optionsmanager';
import { IHeading } from '../toc';
@@ -60,7 +60,7 @@
"check-whitespace"
],
"one-variable-per-declaration": [true, "ignore-for-loop"],
- "quotemark": [true, "single", "avoid-escape"],
+ "quotemark": [true, "single", "avoid-escape", "jsx-double"],
"radix": true,
"semicolon": [true, "always", "ignore-bound-class-methods"],
"switch-default": true,