File tree Expand file tree Collapse file tree
packages/super-editor/src
tests/export/export-helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,15 +58,18 @@ import { trackChangesHelpers } from './track-changes/index.js';
5858const getRichTextExtensions = ( ) => {
5959 return [
6060 Bold ,
61+ BulletList ,
6162 Color ,
6263 Document ,
6364 FontFamily ,
6465 FontSize ,
6566 History ,
6667 Heading ,
6768 Italic ,
69+ ListItem ,
6870 LineHeight ,
6971 Link ,
72+ OrderedList ,
7073 Paragraph ,
7174 LineBreak ,
7275 HardBreak ,
Original file line number Diff line number Diff line change 11import { join } from 'path' ;
22import { readFile } from 'fs/promises' ;
33import { Editor } from '@core/Editor.js' ;
4- import { getRichTextExtensions } from '@harbour-enterprises/super-editor ' ;
4+ import { getRichTextExtensions } from '../../../index.js ' ;
55import { getStarterExtensions } from '@extensions/index.js' ;
66import { exportSchemaToJson } from '@converter/exporter' ;
77import { annotationsBodyNode , annotationsNodeContent } from '../../data/annotations_doc_content.js' ;
You can’t perform that action at this time.
0 commit comments