File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed
Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ There are also some extension packages to provide additional functionalities.
51511 . [ roosterjs-color-utils] ( https://microsoft.github.io/roosterjs/docs/modules/roosterjs_color_utils.html ) :
5252 Provide color transformation utility to make editor work under dark mode.
5353
54+ 2 . [ roosterjs-content-model-markdown] ( https://microsoft.github.io/roosterjs/docs/modules/roosterjs_content_model_types.html ) :
55+ Defines public APIs to enable conversions between Markdown and ContentModel
56+
5457To be compatible with old (8.\* ) versions, you can use ` EditorAdapter ` class from the following package which can act as a 8.\* Editor:
5558
56591 . [ roosterjs-editor-adapter] ( https://microsoft.github.io/roosterjs/docs/modules/roosterjs_editor_adapter.html ) :
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ export * from 'roosterjs-content-model-core';
55export * from 'roosterjs-content-model-api' ;
66export * from 'roosterjs-content-model-plugins' ;
77export * from 'roosterjs-color-utils' ;
8+ export * from 'roosterjs-content-model-markdown' ;
Original file line number Diff line number Diff line change 88 "roosterjs-content-model-core" : " " ,
99 "roosterjs-content-model-api" : " " ,
1010 "roosterjs-content-model-plugins" : " " ,
11- "roosterjs-color-utils" : " "
11+ "roosterjs-color-utils" : " " ,
12+ "roosterjs-content-model-markdown" : " "
1213 },
1314 "version" : " 0.0.0" ,
1415 "main" : " ./lib/index.ts"
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ There are also some extension packages to provide additional functionalities.
35351 . [ roosterjs-color-utils] ( modules/roosterjs_color_utils.html ) :
3636 Provide color transformation utility to make editor work under dark mode.
3737
38+ 2 . [ roosterjs-content-model-markdown] ( https://microsoft.github.io/roosterjs/docs/modules/roosterjs_content_model_types.html ) :
39+ Defines public APIs to enable conversions between Markdown and ContentModel
40+
3841To be compatible with old (8.\* ) versions, you can use ` EditorAdapter ` class from the following package which can act as a 8.\* Editor:
3942
40431 . [ roosterjs-editor-adapter] ( modules/roosterjs_editor_adapter.html ) :
Original file line number Diff line number Diff line change 2626 " ../packages/roosterjs-content-model-dom/lib/index.ts" ,
2727 " ../packages/roosterjs-content-model-core/lib/index.ts" ,
2828 " ../packages/roosterjs-content-model-api/lib/index.ts" ,
29+ " ../packages/roosterjs-content-model-markdown/lib/index.ts" ,
2930 " ../packages/roosterjs-content-model-plugins/lib/index.ts" ,
3031 " ../packages/roosterjs-editor-adapter/lib/index.ts" ,
3132 " ../packages/roosterjs/lib/index.ts"
You can’t perform that action at this time.
0 commit comments