Created
October 27, 2013 08:08
-
-
Save alexbaumgertner/7179041 to your computer and use it in GitHub Desktop.
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
block vcard { | |
tag: 'span' | |
this.elem { | |
tag: 'span' | |
cls: this.ctx.elem == 'fn' ? this.ctx.elem + ' org' : this.ctx.elem | |
} | |
} | |
block vcard, elem email { | |
tag: 'a' | |
attrs: { | |
href: 'mailto:' + this.ctx.content | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment