changeset 2199:2582d09d2ec4

mod_cloud_notify/README: Fixup markdown
author Kim Alvefur <zash@zash.se>
date Fri, 03 Jun 2016 15:28:38 +0200
parents eb53a830864c
children e9e38ae8037f
files mod_cloud_notify/README.markdown
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mod_cloud_notify/README.markdown	Thu Jun 02 14:07:22 2016 -0700
+++ b/mod_cloud_notify/README.markdown	Fri Jun 03 15:28:38 2016 +0200
@@ -2,7 +2,7 @@
 labels:
 - 'Stage-Alpha'
 summary: 'XEP-0357: Cloud push notifications'
-...
+---
 
 Introduction
 ============
@@ -21,12 +21,14 @@
 Configuration
 =============
 
-  Option                         Default           Description
-  ------------------------------ ----------------- -----------------------------------------------------------------------------------------
-  `push_notification_with_body`      false   Whether or not to send the message body to remote pubsub node.
-  `push_notification_with_sender`           false             Whether or not to send the message sender to remote pubsub node.
+  Option                            Default   Description
+  --------------------------------- --------- ------------------------------------------------------------------
+  `push_notification_with_body`     `false`   Whether or not to send the message body to remote pubsub node.
+  `push_notification_with_sender`   `false`   Whether or not to send the message sender to remote pubsub node.
 
-There are privacy implications for enabling these options because plaintext content and metadata will be shared with centralized servers (the pubsub node) run by arbitrary app developers.
+There are privacy implications for enabling these options because
+plaintext content and metadata will be shared with centralized servers
+(the pubsub node) run by arbitrary app developers.
 
 Installation
 ============