Markdown Compatibility Mode
In Bear Preference Panel you can find an option to use a markup language in accordance with the CommonMark Syntax. This option will not modify the notes you’ve already created, and will force Bear to interpret them as Markdown. Here is a list of styles which will change selecting the Markdown compatibility mode:
- bold →
**bold**
- italic →
*italic*
strikethrough→~~strikethrough~~
- underline →
~underline~
- line separator →
***
or---
or___
(start of line) - empty checkbox →
- [ ]
(start of line) - done checkbox →
- [x]
(start of line) - unordered lists →
*
or-
or+
or•
(start of line)