microformats
1 Getting Started
8.12

microformats🔗ℹ

Jacob Hall

 (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")))