8.16.0.1
microformats
(require microformats) | package: microformats |
microformats defines expressions to describe microformats2. It exposes a parsing function that makes it easy to consume microformats.
This package is a work in progress, and its API will almost definitely change.
1 Getting Started
(require microformats net/url) (jsexpr->string (string->microformats "<a class=\"h-card\" href=\"http://benward.me/\">Ben Ward</a>" (string->url "http://example.com")))