tinymce中initialValue属性的值中如果有换行,显

2022-01-17  本文已影响0人  magic_pill
import { Editor } from '@tinymce/tinymce-react';

// 若干代码
// ...

const text = `
1. major

2. Africa

3. neighbor

4. snacks

5. themes

6. now

7. thousand

8. thought

9. question

10. expression
`;

<Editor 
  initialValue={text}
/>
image.png image.png
上一篇 下一篇

猜你喜欢

热点阅读