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

See also: Paragraph, Inline

Pseudoclasses

See also: Paragraph, Inline

Example

// Centers a figure
paragraph-figure {
   text-alignment: center
}

// Style capptions of a figure with a bold font
figure-caption {
   font-weight: bold
}