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

This commit is contained in:
Deployment Bot (from Travis CI)
2021-05-18 17:29:21 +00:00
parent 04757893c4
commit 0e6aac4607
295 changed files with 1662 additions and 1657 deletions

View File

@ -1,8 +1,8 @@
# Symbol Runs
!> SymbolRuns require an understanding of [Paragraphs](paragraph.md).
!> SymbolRuns require an understanding of [Paragraphs](usage/paragraph.md).
You can add multiple `symbol runs` in `Paragraphs` along with [text runs](text.md) using the Paragraph's `children` property.
You can add multiple `symbol runs` in `Paragraphs` along with [text runs](usage/text.md) using the Paragraph's `children` property.
```ts
import { Paragraph, TextRun, SymbolRun } from "docx";
@ -50,4 +50,4 @@ const symbol = new SymbolRun({
});
```
See the [text run](text.md) documentation for more info.
See the [text run](usage/text.md) documentation for more info.