feat: localisation for about page

This commit is contained in:
Artemy 2023-04-19 15:47:09 +03:00
parent 02a96f746c
commit 8a76312077
5 changed files with 33 additions and 16 deletions

View file

@ -0,0 +1,15 @@
## Anopaper - anonymous notes service
## AnoPaper allows you to save and share notes anonymously.
### Functionality:
- Notes support markdown format. For example, the entry: `### Level 3 Heading` would look like this:
> ### Level 3 heading
**Mathjax syntax is also supported** For example: `$\sum{i=1}^n i^2$` would look like this: $\sum_{i=1}^n i^2$
- Public notes are available only by link.
- When you click on the link, the note is saved locally and deleted from the server.
- Non-public notes are saved locally and are not sent to the server.`