Skip to content

Commit 13bda88

Browse files
committed
Update README.md
1 parent 7eae49f commit 13bda88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, some of the default styles may not be nice. If you have feature reque
1414

1515
- [x] paragraph
1616
- [x] heading
17-
- [x] thematicBreak
17+
- [x] thematicBreak (rendered as Page Break/Section Break)
1818
- [x] blockquote
1919
- [x] list / listItem
2020
- [x] table / tableRow / tableCell
@@ -86,7 +86,7 @@ const text = "# hello world";
8686

8787
### Image
8888

89-
Fetch image data and embed into docx.
89+
Fetch image data and embed into docx. `png`, `jpg`, `gif`, `bmp`, `svg` urls are supported.
9090

9191
```javascript
9292
import { unified } from "unified";

0 commit comments

Comments
 (0)