📝 Normailze note markers

* Normalize note markers syntax `__` to `**`

[ci skip]
This commit is contained in:
Plusb Preco 2016-03-31 14:17:50 +09:00
parent 346ef9df0c
commit a648528f43
6 changed files with 8 additions and 8 deletions

View file

@ -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', {