diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
index b4c84ff840b04540022f16626d18edef0b3efa8f..17322f635a304c8b47a79923d84e1a3c900914ee 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
@@ -266,3 +266,7 @@ The syntax to insert a graphic or attachment into a page is
 
 The attribute `align` is optional. By default, graphics are left aligned. **Note:** It is crucial to
 have `{: align="center"}` on a new line.
+
+It is possible to add captions for tables and figures using `{: summary="This is a table caption"}`.
+The `summary` and `align` parameters can be combined as well:
+`{: summary="This is a table caption" align="top"}`.