Add support for Image/figure captions #8
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Drawwell/SandpointsTheme#8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some Markdown implementations make use of image captions as follows (which seems to also be supported by Pandoc: usefull).
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.