Add support for Image/figure captions #8

Open
opened 2023-06-28 12:45:55 +02:00 by anybody · 0 comments
Member

Some Markdown implementations make use of image captions as follows (which seems to also be supported by Pandoc: usefull).

![Figure 1: Image caption text.](path/to/graphic.png)

This doesn't work in our case, and it seems that this might be tricky for Sandpoints to implement, since the same syntax is used for internal links.

Nevertheless, a convention/solution for standardizing captions is needed especially for academic applications.

A workaround that I have used to make a graphic and a caption appear related was to put both inside a blockquote, so that they have a tinted background.

Some Markdown implementations make use of image captions as follows (which seems to also be supported by Pandoc: usefull). ``` ![Figure 1: Image caption text.](path/to/graphic.png) ``` This doesn't work in our case, and it seems that this might be tricky for Sandpoints to implement, since the same syntax is used for internal links. Nevertheless, a convention/solution for standardizing captions is needed especially for academic applications. A workaround that I have used to make a graphic and a caption appear related was to put both inside a blockquote, so that they have a tinted background.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Drawwell/SandpointsTheme#8
No description provided.