From 91b8616f0826c2d9a91c274fbceba1d4d9203e11 Mon Sep 17 00:00:00 2001 From: Taras Lazariv <taras.lazariv@tu-dresden.de> Date: Thu, 10 Mar 2022 18:14:13 +0100 Subject: [PATCH] Update content_rules.md with table and figure captions --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 4 ++++ 1 file changed, 4 insertions(+) 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 b4c84ff84..17322f635 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"}`. -- GitLab