📝 Normailze note markers
* Normalize note markers syntax `__` to `**` [ci skip]
This commit is contained in:
parent
346ef9df0c
commit
a648528f43
6 changed files with 8 additions and 8 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