about summary refs log tree commit diff stats
path: root/src/microformats/parser.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/microformats/parser.clj')
-rw-r--r--src/microformats/parser.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microformats/parser.clj b/src/microformats/parser.clj
new file mode 100644
index 0000000..c741549
--- /dev/null
+++ b/src/microformats/parser.clj
@@ -0,0 +1,6 @@
+(ns microformats.parser)
+
+(defn parse
+  "Parse a HTML string with microformats"
+  [html]
+  {:items [] :rels {}})