Add support for Image/figure captions #8

Open
opened 10 months ago by anybody · 0 comments
Collaborator

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 Assignees
1 Participants
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
Loading…
There is no content yet.