"doc.zih.tu-dresden.de/docs/software/tensorboard.md" did not exist on "71618e5f8bbba9444be8fcd83d14b0b2855a364d"
Style for table and figure captions
Using a custom plugin markdown-caption
it is possible now to add
- figure captions (
<figcaption></figcaption>
) - table captions (
<caption></caption>
)
using {: summary="This is a table caption" align="top"}
.
Add respective styling to CSS.
See #236 (closed) and !512 (merged)