visibility

The visibility of an element. Invisible elements will completely ignored. Nested footnotes and elements will not be rendered.

Availability

Available in: Inline, Headers and Footers, Footnotes Area, Media, Footnotes, Paragraph, Figures, Figure Captions, Divider, Block, List, Table, Table Cell, Syntax Highlight, Technical

Type

Symbol

Available values

Value Description
hidden The element is hidden. Nested footnotes will be ignored.
visible The element is visible. Used as default.

Default value

none

Inherited

No.

Example

inline-comment {
  visibility:    hidden
}

block-comment {
  visibility:   hidden
}

ulysses-tag {
  visibility:   visible
}