Skip to content

Instantly share code, notes, and snippets.

@looselytyped
Created June 2, 2011 13:41
Show Gist options
  • Save looselytyped/1004447 to your computer and use it in GitHub Desktop.
Save looselytyped/1004447 to your computer and use it in GitHub Desktop.
(defsnippet link (java.io.StringReader. "<a href=\"\"></a>")
[:a] [l t] (comp
(fn [node] (assoc node :content (list t)))
(fn [node] (update-in node [:attrs :href] #(str l %)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment