- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 212
 
Color
        Giorgio Garofalo edited this page Jan 31, 2025 
        ·
        3 revisions
      
    A Color value can be defined in any of the following ways:
- 
Hexadecimal: 
#hex, e.g.#4290F5(case-insensitive); - 
RGB: 
rgb(red 0-255, green 0-255, blue 0-255), e.g.rgb(66, 144, 245); - 
RGBA: 
rgba(red 0-255, green 0-255, blue 0-255), e.g.rgb(66, 144, 245, 0.8); - 
HSV: 
hsv(hue, saturation 0-100, value 0-100), e.g.hsv(214, 73, 96); - 
HSL: 
hsl(hue, saturation 0-100, lightness 0-100), e.g.hsv(214, 90, 61); - 
Named: a CSS3 color name, case-insensitive, without dashes (e.g. 
blue,darkorange). 
Except for named ones, any color in a code span (i.e. wrapped by backticks) automatically previews its content in a small box next to it.
- Figures
 - Image size
 - TeX formulae
 - Table caption
 - Code caption
 - Decorative headings
 - Alerts (quote types)
 - Quotation source
 - Cross-references
 - Page breaks
 - Text symbols (text replacement)
 - Emojis
 
- Document metadata
 - Theme
 - CSS
 - Fonts
 - Page format
 - Page margin content
 - Page counter
 - Persistent headings
 - Automatic page break
 - Numbering
 - Paragraph style
 - Caption position
 - Table of contents
 - Bibliography
 - Footnotes
 
- Stacks (row, column, grid)
 - Container
 - Align
 - Float
 - Figure
 - Clip
 - Box
 - Collapsible
 - Landscape
 - Whitespace
 
- Variables
 - Optionality
 - Math
 - Conditional statements
 - Loops
 - Let
 - Destructuring
 - String manipulation
 - Table manipulation: sorting, computing, and more
 - Table generation
 
- String
 - Number
 - Markdown content
 - Boolean
 - None
 - Enumeration entry
 - Iterable
 - Dictionary
 - Range
 - Lambda
 - Size(s)
 - Color
 - Dynamic
 
- Paper: abstract, definitions, theorems, and more