From 12ae628d1af47139918375179e8bf6c496472f85 Mon Sep 17 00:00:00 2001 From: Dendy Date: Fri, 1 Jan 2021 14:07:46 +0100 Subject: [PATCH] Gitea doen't linke markdown newlines --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5c865a7..5f90a97 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ -Librecat is a ask.fm/curiouscat clone but FLOSS. -It tries to be as minimal as possible while being -a comfortable alternative to those mentioned while -not using JS (at least for default theme). +Librecat is a ask.fm/curiouscat clone but FLOSS. It tries to be as minimal as possible while being a comfortable alternative to those mentioned while not using JS (at least for default theme). -It's PHP based, only depending on the sqlite3 php -extension. +It's PHP based, only depending on the sqlite3 php extension. # Features @@ -15,14 +11,9 @@ extension. # URL Rewrites -URL Rewrites are optional, but recommended for -a more polished look. They can be activated in -```include/config.php``` with proper http server -rewrite rules configurations. +URL Rewrites are optional, but recommended for a more polished look. They can be activated in ```include/config.php``` with proper http server rewrite rules configurations. -For now there's only Nginx implementation of those. -Feel free to contribute since they're a little messy -(but they work as expected) +For now there's only Nginx implementation of those. Feel free to contribute since they're a little messy (but they work as expected) ## Nginx