📝 Update docs styles
* Adjust line length to `80` * Change platform marker `*` to `_` * Enhance a note section [ci skip]
This commit is contained in:
parent
7dbf07edfc
commit
c4a2329665
3 changed files with 6 additions and 4 deletions
|
@ -15,7 +15,7 @@ to the user. Electron conveniently allows developers to send notifications with
|
|||
the [HTML5 Notification API](https://notifications.spec.whatwg.org/), using
|
||||
the currently running operating system's native notification APIs to display it.
|
||||
|
||||
Note: since this is an HTML5 API it is only available in the renderer process.
|
||||
__Note:__ Since this is an HTML5 API it is only available in the renderer process.
|
||||
|
||||
```javascript
|
||||
var myNotification = new Notification('Title', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue