my eye

Include metaformats

Committed 7efdcf

--- a/webagt.py
+++ b/webagt.py

     @property
     def mf2json(self):
         # return Semantics(mf.parse(Document(self.text, self.url).html, self.url))
-        return mf.parse(url=str(self.url))
+        return mf.parse(url=str(self.url), metaformats=True)
 
     @property
     def card(self):