issues
search
ckruse
/
microformats2-elixir
Microformats2 parser in Elixir
MIT License
20
stars
7
forks
source link
Allow processing already parsed html trees, add option to keep string keys
#5
Closed
valpackett
closed
5 years ago
valpackett
commented
5 years ago
Processing parsed html is useful for e.g. first checking that the page is a valid webmention by searching all
<a>
links, then parsing mf2.
It's
not a good idea to turn arbitrary input (html classes in this case) into atoms
, let's have a config option that keeps keys as strings.
ckruse
commented
5 years ago
Neat. Thanks!
<a>
links, then parsing mf2.