Gitea doen't linke markdown newlines
This commit is contained in:
parent
d7a8e921dd
commit
12ae628d1a
17
README.md
17
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue