diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index b9e3089..aae64e2 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -62,3 +62,9 @@ This is useful for: - `published`: Notes tagged with this tag will mark the Statamic entry as published You can configure action tags to your preference in the `bearhub.php` config file. + +## Markdown + +By default, your notes are written using Bear's own Markup Language called [Polar](https://bear.app/faq/Markup%20:%20Markdown/Polar%20Bear%20markup%20language/). To have Bear and Statamic talk the same language, you most likely want to enable Bear's [Markdown Compatibility Mode](https://bear.app/faq/Markup%20:%20Markdown/Markdown%20compatibility%20mode/) in the app's settings: + +
diff --git a/art/markdown-compatibility.png b/art/markdown-compatibility.png new file mode 100644 index 0000000..23310ea Binary files /dev/null and b/art/markdown-compatibility.png differ