mod_manifesto/README.markdown
changeset 1824 8de50be756e5
parent 1807 4d73a1a6ba68
child 1900 777554cf1ae1
--- 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.