changeset 5639:4f538573afa0

mod_bidi: Fix autolink syntax Thanks pandoc ... not
author Kim Alvefur <zash@zash.se>
date Sun, 27 Aug 2023 15:30:00 +0200
parents d832a5e10c04
children f193e7db325b
files mod_bidi/README.markdown
diffstat 1 files changed, 10 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/mod_bidi/README.markdown	Sun Aug 27 15:28:53 2023 +0200
+++ b/mod_bidi/README.markdown	Sun Aug 27 15:30:00 2023 +0200
@@ -1,16 +1,15 @@
 ---
 labels:
-- 'Stage-Stable'
-summary: 'XEP-0288: Bidirectional Server-to-Server Connections'
-...
+- Stage-Stable
+summary: "XEP-0288: Bidirectional Server-to-Server Connections"
+---
 
 ::: {.alert .alert-warning}
 This module is unreliable when used with Prosody 0.12, switch to
-\[mod_s2s_bidi\]\[doc:modules:mod_s2s_bidi\]
+[mod_s2s_bidi][doc:modules:mod_s2s_bidi]
 :::
 
-Introduction
-============
+# Introduction
 
 This module implements [XEP-0288: Bidirectional Server-to-Server
 Connections](http://xmpp.org/extensions/xep-0288.html). It allows
@@ -19,13 +18,9 @@
 
 Install and enable it like any other module. It has no configuration.
 
-Compatibility
-=============
+# Compatibility
 
-  ------- --------------------------
-  trunk   Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi]
-  0.11    Works
-  0.10    Works
-  0.9     Works
-  0.8     Works (use the 0.8 repo)
-  ------- --------------------------
+  ------ ---------------------------------------------------------------------------
+  0.12   Bidi available natively with \[mod_s2s_bidi\]\[doc:modules:mod_s2s_bidi\]
+  0.11   Works
+  ------ ---------------------------------------------------------------------------