From 591c16cb55439282b54f11e53155a680e62534ab Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Wed, 11 Nov 2020 17:37:32 -0500 Subject: [PATCH] fixed markdown (was using moin syntax) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da19b6e..8281382 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In `nginx/moinmoin.conf`, configure the server name (`s/example.com/your_domain_ In `moinmoin/wikiconfig.py`, configure the wiki name (`s/Untitled Wiki/your_wiki_name_here`). Also configure the security section to suit your needs. -{{{ +```python # Security ---------------------------------------------------------- # This is checked by some rather critical and potentially harmful actions, @@ -43,7 +43,7 @@ In `moinmoin/wikiconfig.py`, configure the wiki name (`s/Untitled Wiki/your_wiki # Link spam protection for public wikis (Uncomment to enable) # Needs a reliable internet connection. #from MoinMoin.security.antispam import SecurityPolicy -}}} +``` The web server will be accessible on port 8080. -- 2.45.2