Skip to content

Instantly share code, notes, and snippets.

@davidahouse
Created June 21, 2014 21:55
Show Gist options
  • Save davidahouse/3eb5e9dd8bb08972b53a to your computer and use it in GitHub Desktop.
Save davidahouse/3eb5e9dd8bb08972b53a to your computer and use it in GitHub Desktop.
Proposed tag syntax for DHStyleString
//
// Basic replacement of a variable with no specified style attribute
// #{field}
//
// Replacement with variable and style
// #{field:style}
//
// Push a style on the stack
// #{+style}
//
// Pop a style from the stack
// #{-style}
//
// Example:
#{speaker:headline}
#{+indented}
#{+body}I'll call upon you straight: abide within.#{-body}
#{+italic}Exeunt Murderers#{-italic}
#{+body}It is concluded. Banquo, thy soul's flight,
If it find heaven, must find it out to-night.#{-body}
#{+italic}Exit#{-italic}
#{-indented}
#{source}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment