Skip to content

Instantly share code, notes, and snippets.

@alexbaumgertner
Created October 27, 2013 08:08
Show Gist options
  • Save alexbaumgertner/7179041 to your computer and use it in GitHub Desktop.
Save alexbaumgertner/7179041 to your computer and use it in GitHub Desktop.
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