# Test basic colours
[]
= "255, 50, 50"
# Test tables
[]
= "#fff"
= "#000"
= false
# Test inline tables
[]
= { = "red", = "black", = true }
# Test italics
[]
= "#0f0f0f"
= "#f0f0f0"
= true
= true
# Test using normal colour where inline table can also work
[]
= "#fff"
= "blue"
= "255, 0, 255"