Gitea doen't linke markdown newlines

This commit is contained in:
Dendy 2021-01-01 14:07:46 +01:00
parent d7a8e921dd
commit 12ae628d1a
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
1 changed files with 4 additions and 13 deletions

View File

@ -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