Last active
December 10, 2015 08:58
-
-
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.”
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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