fix markdown code block in _posts/api/webpage/property/2000-01-01-paper-size.md

gh-pages
tdihp 2014-12-10 18:02:13 +08:00
parent f9843d9cab
commit 38d1509a49
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ page.paperSize = {
```
A repeating page `header` and `footer` can also be added via this property, as in [this example](https://github.com/ariya/phantomjs/blob/master/examples/printheaderfooter.js):
```javascript
var webPage = require('webpage');
var page = webPage.create();