about summary refs log tree commit diff stats
path: root/src/microformats/parser.clj
blob: c7415499477657afb406dfd9d364674ca080925b (plain)
1
2
3
4
5
6
(ns microformats.parser)

(defn parse
  "Parse a HTML string with microformats"
  [html]
  {:items [] :rels {}})