chore: use markdownlint to lint the docs (#26792)
* chore: use markdownlint to lint the docs * chore: fix markdown lints Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
parent
40e80af9a9
commit
63ca878210
7 changed files with 129 additions and 80 deletions
|
@ -32,6 +32,7 @@ Using the [React Developer Tools][react-devtools] as an example:
|
|||
* on macOS it is `~/Library/Application Support/Google/Chrome/Default/Extensions`.
|
||||
1. Pass the location of the extension to the [`ses.loadExtension`][load-extension]
|
||||
API. For React Developer Tools `v4.9.0`, it looks something like:
|
||||
|
||||
```javascript
|
||||
const { app, session } = require('electron')
|
||||
const path = require('path')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue