Add notes markdown info authored by Marius David Wieschollek's avatar Marius David Wieschollek
It is possible to use markdown syntax to add some styling and formatting to password notes.
This page shows and explains the markdown syntax available for the notes.
> :star: Some apps don't support markdown styling for notes and will show plain text instead
## Bold
Text can be formatted as bold by adding two `**` before and after the text.
If more than one line should be bold, every line needs to marked sepeartely.
#### Example
```markdown
**BOLD**
**
Doesn't
work
**
```
#### Result
**BOLD**
**
Doesn't
work
**
\ No newline at end of file