diff mod_manifesto/README.markdown @ 1820:8de50be756e5

Various README files: Correct indentation levels, fix syntax and other small fixes
author Kim Alvefur <zash@zash.se>
date Wed, 02 Sep 2015 17:30:33 +0200
parents 4d73a1a6ba68
children 777554cf1ae1
line wrap: on
line diff
--- a/mod_manifesto/README.markdown	Wed Sep 02 16:43:34 2015 +0200
+++ b/mod_manifesto/README.markdown	Wed Sep 02 17:30:33 2015 +0200
@@ -1,5 +1,4 @@
 ---
-labels:
 summary: Module for raising awareness about the Security Test Days
 ...
 
@@ -13,10 +12,12 @@
 Configuration
 =============
 
-    manifesto_contact_encryption_warning = [[
-        Your rant about security here
-    ]]
-    admin_contact_address = "mailto:xmpp@example.com"
+``` lua
+manifesto_contact_encryption_warning = [[
+    Your rant about security here
+]]
+admin_contact_address = "mailto:xmpp@example.com"
+```
 
 `admin_contact_address` can be a JID or a `mailto:` URI.