Changes
Page history
Add notes markdown info
authored
Mar 05, 2021
by
Marius David Wieschollek
Show whitespace changes
Inline
Side-by-side
Users/Passwords/Markdown-Notes.md
View page @
a68c97cb
It is possible to use markdown syntax to add some styling and formatting to password notes.
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
> :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