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

This commit is contained in:
Deployment Bot (from Travis CI)
2018-08-05 03:20:21 +00:00
parent 85ddf9e62d
commit 36fe398e7c
423 changed files with 3869 additions and 3869 deletions

View File

@ -4,7 +4,7 @@
A simple hello world of the `docx` library:
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo1.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo1.js ':include')
*Source: https://github.com/dolanmiu/docx/blob/master/demo/demo1.js*
@ -12,16 +12,16 @@ A simple hello world of the `docx` library:
This example shows how to customise the look and feel of a document using JS configuration
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo2.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo2.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo2.js
## Styles
## Numbering
This example shows how to customise the look and feel of a document using JS configuration
This example shows many levels of numbering
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo3.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo3.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo3.js
@ -29,6 +29,6 @@ Source: https://github.com/dolanmiu/docx/blob/master/demo/demo3.js
Example of simple table
[Simple Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo4.js ':include')
[Example](https://raw.githubusercontent.com/dolanmiu/docx/master/demo/demo4.js ':include')
Source: https://github.com/dolanmiu/docx/blob/master/demo/demo4.js