You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Note: we skip RTF, because it's not XML-based and requires a different example. */
163
+
/* Note: we skip PDF, because "HTML-to-PDF" approach is used to create PDF documents. */
124
164
```
165
+
:warning: Escape any string you pass to OOXML/ODF/HTML document, otherwise it may get broken.
125
166
126
167
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail.
127
168
128
169
## Contributing
129
170
130
-
We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute:
171
+
We welcome everyone to contribute to PHPWord. Below are some of the things that you can do to contribute.
-[Fork us](https://github.com/PHPOffice/PHPWord/fork) and [request a pull](https://github.com/PHPOffice/PHPWord/pulls) to the [develop](https://github.com/PHPOffice/PHPWord/tree/develop) branch
134
-
- Submit [bug reports or feature requests](https://github.com/PHPOffice/PHPWord/issues) to GitHub
135
-
- Follow [@PHPWord](https://twitter.com/PHPWord) and [@PHPOffice](https://twitter.com/PHPOffice) on Twitter
-[Fork us](https://github.com/PHPOffice/PHPWord/fork) and [request a pull](https://github.com/PHPOffice/PHPWord/pulls) to the [develop](https://github.com/PHPOffice/PHPWord/tree/develop) branch.
175
+
- Submit [bug reports or feature requests](https://github.com/PHPOffice/PHPWord/issues) to GitHub.
176
+
- Follow [@PHPWord](https://twitter.com/PHPWord) and [@PHPOffice](https://twitter.com/PHPOffice) on Twitter.
0 commit comments