# HG changeset patch # User Kim Alvefur # Date 1522849007 -7200 # Node ID fa3665b7602f7cd8a4bca53c252c4f340a3110a0 # Parent ae7ca7bc9c9b86b38cd295704d84b673242cceef mod_post_msg/README: Normalize markdown syntax diff -r ae7ca7bc9c9b -r fa3665b7602f mod_post_msg/README.markdown --- a/mod_post_msg/README.markdown Wed Apr 04 15:35:27 2018 +0200 +++ b/mod_post_msg/README.markdown Wed Apr 04 15:36:47 2018 +0200 @@ -1,6 +1,6 @@ --- summary: 'Receives HTTP POST request, parses it and relays it into XMPP.' -... +--- Introduction ============ @@ -15,7 +15,7 @@ curl http://example.com:5280/msg/user -u me@example.com:mypassword -H "Content-Type: text/plain" -d "Server@host has just crashed!" -This would send a message to user@example.com from me@example.com +This would send a message to user\@example.com from me\@example.com Acknowledgements ----------------