# HG changeset patch # User Kim Alvefur # Date 1545501228 -3600 # Node ID a0e0ec729aabe9fddc7a459a9ccf218d5a1229bb # Parent 1900280e2a9016bc7616eda0976192a018f85f6c mod_pubsub_text_interface/README: Normalize Markdown syntax diff -r 1900280e2a90 -r a0e0ec729aab mod_pubsub_text_interface/README.markdown --- a/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:22:15 2018 +0100 +++ b/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:53:48 2018 +0100 @@ -2,12 +2,12 @@ This module lets you manage subscriptions to pubsub nodes via simple chat messages. Subscriptions are always added based on bare JID. The -`include_body` flag is enabled so that a plain text body version of events -can be included, where supported. +`include_body` flag is enabled so that a plain text body version of +events can be included, where supported. # Configuring -```lua +``` {.lua} Component "pubsub.example.com" "pubub" modules_enabled = { "pubsub_text_interface", @@ -21,7 +21,7 @@ or unsubscribing, be sure to replace `node` with the node you want to subscribe to or unsubscribe from. -- `help` - a help message, listing these commands -- `list` - list available nodes -- `subscribe node` - subscribe to a node -- `unsubscribe node` - unsubscribe from a node +- `help` - a help message, listing these commands +- `list` - list available nodes +- `subscribe node` - subscribe to a node +- `unsubscribe node` - unsubscribe from a node