From c4a2329665e52e27480d309d74cafb425a4988d8 Mon Sep 17 00:00:00 2001 From: Plusb Preco Date: Wed, 30 Mar 2016 10:55:50 +0900 Subject: [PATCH] :memo: Update docs styles * Adjust line length to `80` * Change platform marker `*` to `_` * Enhance a note section [ci skip] --- docs/api/power-monitor.md | 4 ++-- docs/faq/electron-faq.md | 4 +++- docs/tutorial/desktop-environment-integration.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/api/power-monitor.md b/docs/api/power-monitor.md index 49929a78c9..4465b253a7 100644 --- a/docs/api/power-monitor.md +++ b/docs/api/power-monitor.md @@ -26,10 +26,10 @@ Emitted when the system is suspending. Emitted when system is resuming. -### Event: 'on-ac' *Windows* +### Event: 'on-ac' _Windows_ Emitted when the system changes to AC power. -### Event: 'on-battery' *Windows* +### Event: 'on-battery' _Windows_ Emitted when system changes to battery power. diff --git a/docs/faq/electron-faq.md b/docs/faq/electron-faq.md index 77d1fca66e..1782d38731 100644 --- a/docs/faq/electron-faq.md +++ b/docs/faq/electron-faq.md @@ -145,7 +145,9 @@ is very likely you are using the module in the wrong process. For example is only available in renderer processes. ## Why is my app's background transparent? -Since Electron `0.37.3`, the default user-agent background color is `transparent`. Simply specify a background color in HTML; + +Since Electron `0.37.3`, the default user-agent background color is `transparent`. +Simply specify a background color in HTML: ```html