Introduction
Encoding
Eno documents must be encoded as UTF-8.
Filename Extension
When saved to disk, eno documents should use the .eno
extension.
MIME Type
There are plans to officialy apply to the IANA to get text/eno
registered as an offical
MIME type for eno documents. If you would like to follow that process or bring in expertise
and support you are very welcome to do so in the respective issue on github.
Ordering
Eno contains only ordered data structures, the order of elements as authored in a document is always retained by parsers.
Next page: Types