mod_restrict_xmpp/README: Fix definition list rendering
authorKim Alvefur <zash@zash.se>
Mon, 04 Dec 2023 00:08:27 +0100
changeset 5772 62654f523c6a
parent 5771 a967bb4972c5
child 5773 bb4335c8f500
mod_restrict_xmpp/README: Fix definition list rendering Pandoc wants a blank line between items.
mod_restrict_xmpp/README.markdown
--- a/mod_restrict_xmpp/README.markdown	Sun Dec 03 23:51:54 2023 +0100
+++ b/mod_restrict_xmpp/README.markdown	Mon Dec 04 00:08:27 2023 +0100
@@ -25,25 +25,35 @@
 ===========
 
 `xmpp:federate`
-: Communicate with other users and services on other hosts on the XMPP network
+:   Communicate with other users and services on other hosts on the XMPP
+    network
+
 `xmpp:account:messages:read`
-: Read incoming messages
+:   Read incoming messages
+
 `xmpp:account:messages:write`
-: Send outgoing messages
+:   Send outgoing messages
+
 `xmpp:account:presence:write`
-: Update presence for the account
+:   Update presence for the account
+
 `xmpp:account:contacts:read`/`xmpp:account:contacts:write`
-: Controls access to the contact list (roster)
+:   Controls access to the contact list (roster)
+
 `xmpp:account:bookmarks:read`/`xmpp:account:bookmarks:write`
-: Controls access to the bookmarks (group chats list)
+:   Controls access to the bookmarks (group chats list)
+
 `xmpp:account:profile:read`/`xmpp:account:profile:write`
-: Controls access to the user's profile (e.g. vCard/avatar)
+:   Controls access to the user's profile (e.g. vCard/avatar)
+
 `xmpp:account:omemo:read`/`xmpp:account:omemo:write`
-: Controls access to the user's OMEMO data
+:   Controls access to the user's OMEMO data
+
 `xmpp:account:blocklist:read`/`xmpp:account:blocklist:write`
-: Controls access to the user's block list
+:   Controls access to the user's block list
+
 `xmpp:account:disco:read`
-: Controls access to the user's service discovery information
+:   Controls access to the user's service discovery information
 
 Compatibility
 =============