roosterjs-content-model-types 9.20.0 → 9.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,6 +88,8 @@ API overrides in Editor options when creating the editor.
|
|
|
88
88
|
`roosterjs-content-model-api` provides APIs for scenario-based operations triggered by
|
|
89
89
|
user interaction.
|
|
90
90
|
|
|
91
|
+
`roosterjs-content-model-markdown` provides API to transform Markdown language in Content Model objects.
|
|
92
|
+
|
|
91
93
|
## Plugins
|
|
92
94
|
|
|
93
95
|
Rooster supports plugins. You can use built-in plugins or build your own.
|
package/package.json
CHANGED