diff --git a/docs/faq.md b/docs/faq.md
index e9c4d5e95..d9721b923 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -59,6 +59,10 @@ Feeds can be updated using Nextcloud's system cron or an [external updater](http
 
 You will get two rows where column `class`will be `OCA\News\Cron\Updater` and `OCA\News\Cron\UpdaterJob`.
 
+!!! info
+
+    In newer versions of News (21.x.x) the old job OCA\News\Cron\Updater was removed from the DB.
+
  Reset the `reserved_at` by executing
 
   ```sql
diff --git a/mkdocs.yml b/mkdocs.yml
index 949537b8f..c4f75db5f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -34,6 +34,8 @@ theme:
     - navigation.expand
     - navigation.sections
 
+markdown_extensions:
+  - admonition
 
 # extra:
 #   version: