Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Last active December 10, 2015 08:58
Show Gist options
  • Save ELLIOTTCABLE/4411130 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/4411130 to your computer and use it in GitHub Desktop.
Playing with a new markup language. Something halfway between YAML and @fileability's Self-ML. Tentative name: “Fucking Markup Language.”
stream:stream
(to example.com
xmlns jabber:client
xmlns:stream http://etherx.jabber.org/streams
version 1.0)
message
(from [email protected]
to [email protected]
xml:lang en)
body Art thou not Romeo, and a Montague?
stream:stream
(from example.com
id someid
xmlns jabber:client
xmlns:stream http://etherx.jabber.org/streams
version 1.0)
message
(, from [email protected], to [email protected], xml:lang en)
body Neither, fair saint, if either thee dislike.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment