Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2020-05-22 12:32:54 +00:00
parent 400ad78713
commit 6b972d5492
435 changed files with 3531 additions and 2255 deletions

View File

@ -68,6 +68,15 @@ const text = new TextRun({
});
```
### Emphasis Mark
```ts
const text = new TextRun({
text: "and then emphasis mark",
emphasisMark: {},
});
```
### Strike through
```ts