Merge pull request #6870 from electron/more-permissive-standard-markdown

Use a more permissive version of standard-markdown
This commit is contained in:
Kevin Sawicki 2016-08-17 08:52:06 -07:00 committed by GitHub
commit 09adffe48f
8 changed files with 12 additions and 10 deletions

View file

@ -22,7 +22,7 @@ console.log(contents)
These methods can be accessed from the `webContents` module:
```js
```javascript
const {webContents} = require('electron')
console.log(webContents)
```
@ -843,7 +843,7 @@ The `callback` will be called with `callback(error, data)` on completion. The
By default, an empty `options` will be regarded as:
```
```javascript
{
marginsType: 0,
printBackground: false,