Human-oriented Markup Language
# A sample HUML document. website:: hostname: "huml.io" ports:: 80, 443 # Inline list. enabled: true factor: 3.14 props:: mime_type: "text/html", encoding: "gzip" # Inline dict. tags:: # Multi-line list. - "markup" - "webpage" - "schema" haikus:: one: """ A quiet language Lines fall into their places Nothing out of place """
HUML :: Human-oriented Markup Language
HUML is a simple, strict, serialization language for documents, datasets, and configuration.
https://huml.io/

Seonglae Cho