diff options
| author | 2021-10-23 13:43:24 +0200 | |
|---|---|---|
| committer | 2021-10-23 13:43:24 +0200 | |
| commit | acbba9adb2e362079ce1fb84be1868b198cc1da0 (patch) | |
| tree | eeeaa9e522f82a9f8f9baaef3b6bd23950eab71a /README.md | |
| parent | dd02c79092aa25cacff1c831815e9ca02b06b620 (diff) | |
Improved markdownlint (#3918)
* Improved markdownlint
* Relaxed rules slighlty
* `npm run markdownlint` for automatic tests
* `npm run markdownlint_fix` for automatic syntax fixing
* Applied the fixes on all our Markdown files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ Finally, it supports [extensions](#extensions) for further tuning. Feature requests, bug reports, and other contributions are welcome. The best way to contribute is to [open an issue on GitHub](https://github.com/FreshRSS/FreshRSS/issues). We are a friendly community. -* Official website: https://freshrss.org -* Demo: https://demo.freshrss.org/ +* Official website: <https://freshrss.org> +* Demo: <https://demo.freshrss.org/> * License: [GNU AGPL 3](https://www.gnu.org/licenses/agpl-3.0.html)  @@ -90,7 +90,7 @@ More detailed information about installation and server configuration can be fou * The special folder `./data/users/_/` contains the part of the logs that are shared by all users. -# F.A.Q. +# FAQ * The date and time in the right-hand column is the date declared by the feed, not the time at which the article was received by FreshRSS, and it is not used for sorting. * In particular, when importing a new feed, all of its articles will appear at the top of the feed list regardless of their declared date. |
