Figures
This style will be applied to all paragraphs that only contain images (besides whitespaces and comments). Images inside such a paragraph will be exported as figures with an optional caption. See media-image
for more information on image styling.
Selectors
-
Definitions:
paragraph-figure
Style Settings
Pseudoclasses
Example
// Centers a figure
paragraph-figure {
text-alignment: center
}
// Style capptions of a figure with a bold font
figure-caption {
font-weight: bold
}