Changeset

6080:9ab0d1c75c26

mod_unified_push: Normalize Markdown Piped trough pandoc
author Kim Alvefur <zash@zash.se>
date Sat, 07 Dec 2024 22:54:32 +0100
parents 6079:8b6696bd9e40
children 6081:744127959dd1
files mod_unified_push/README.md
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mod_unified_push/README.md	Sat Dec 07 22:57:02 2024 +0100
+++ b/mod_unified_push/README.md	Sat Dec 07 22:54:32 2024 +0100
@@ -1,7 +1,7 @@
 ---
 labels:
 - Stage-Alpha
-summary: "Unified Push provider"
+summary: Unified Push provider
 ---
 
 This module implements a [Unified Push](https://unifiedpush.org/) Provider
@@ -85,7 +85,7 @@
 Just add just add `"unified_push"` to your `modules_enabled` option.
 This is the easiest and **recommended** configuration.
 
-``` {.lua}
+``` lua
   modules_enabled = {
     ---
     "unified_push";
@@ -105,7 +105,7 @@
 on the 'example.com' host, which avoids needing to create/update DNS records
 and HTTPS certificates if example.com is already set up.
 
-``` {.lua}
+``` lua
 Component "notify.example.com" "unified_push"
     unified_push_secret = "<secret string here>"
     http_host = "example.com"
@@ -113,8 +113,7 @@
 
 ## Compatibility
 
-Prosody-Version  Status
----------------  --------------------
-trunk   				 Works as of 07.12.22
-0.12   					 Works
----------------  --------------------
+  Prosody-Version   Status
+  ----------------- ----------------------
+  trunk             Works as of 07.12.22
+  0.12              Works