LSD
Sometimes you may be interested in a property of a value rather than the value itself.
property_of_span <| span{property} |
An example of this is getting the length of a string.
length_of_paragraph <| p{length} |
Coming soon…