changeset 1859:4b838e61c68e

mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
author Kim Alvefur <zash@zash.se>
date Mon, 14 Sep 2015 13:38:02 +0200
parents 5daabb5fe24a
children 8e5ee3b09e9d
files mod_lastlog/README.markdown
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mod_lastlog/README.markdown	Mon Sep 14 13:36:29 2015 +0200
+++ b/mod_lastlog/README.markdown	Mon Sep 14 13:38:02 2015 +0200
@@ -15,11 +15,12 @@
 As with all modules, copy it to your plugins directory and then add it
 to the modules\_enabled list:
 
-        modules_enabled = {
-                        -- ...
-                        "lastlog",
-                        -- ...
-            }
+``` lua
+modules_enabled = {
+  -- other modules
+  "lastlog",
+}
+```
 
 Configuration
 =============
@@ -36,7 +37,7 @@
 
 You can check a user's last activity by running:
 
-      prosodyctl mod_lastlog username@example.com
+    prosodyctl mod_lastlog username@example.com
 
 Compatibility
 =============