build: add Markdown lint check for unescaped angle brackets (#41779)
This commit is contained in:
parent
c9b2de9a36
commit
e6417c7084
6 changed files with 23 additions and 9 deletions
|
@ -234,7 +234,7 @@ Notification) whereas camelCase modules are not instantiable (e.g. app, ipcRende
|
|||
<details><summary>Typed import aliases</summary>
|
||||
|
||||
For better type checking when writing TypeScript code, you can choose to import
|
||||
main process modules from <code>electron/main</code>.
|
||||
main process modules from `electron/main`.
|
||||
|
||||
```js
|
||||
const { app, BrowserWindow } = require('electron/main')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue