Merge pull request #6870 from electron/more-permissive-standard-markdown
Use a more permissive version of standard-markdown
This commit is contained in:
commit
09adffe48f
8 changed files with 12 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue