-
I'm seeing build failures on Stackage nightly for `step-function`, `lattices`, and `microformats2-parser`, which all have the same error message:
```
Prelude.Compat: Can't be safely imported!
…
-
I'm not sure how to use it, it seems to have all the data parsed, because I can to .to_json and it looks right but I can't get the data out. I am trying to get the author name, his/her url, the conten…
jeena updated
6 years ago
-
https://github.com/snarfed/wordpress-micropub/commit/96150015c48687ef96eab507a6a661d83de5b62c
Being as in Post Kinds 2.7.0(bug fixes regarding markup to be made for 2.7.1 in the next day or so), h…
-
I've [committed a failing test](https://github.com/G5/microformats2/commit/ad9969e36c358c67ef7b45846b6b7b3b5b143bed), but I really don't know enough about this stuff to propose a solution. It blows u…
-
`value` should only be parsed for nested microformats when they also have a property class. Multiple tests have a `value` in the expected output when they shouldn't.
* https://github.com/microforma…
-
It'd be nice if there was a cli tool that I could pass an URL, and it would dump the extracted microformats.
Goal would be to have tool to quickly debug potential parsing problems.
-
Test started failing after stackage upgraded to 1.3.1: https://github.com/myfreeweb/microformats2-parser/issues/5
Basically in
```html
link
```
href gets decoded as `https://example.com?a=b…
-
## Example
The "made up" HTML below
```html
Liked
```
parses to ( see: http://pin13.net/mf2-dev/?id=20180528194530187 )
```json
"type": [
"h-entry"
…
-
This is based on the proposed spec here http://microformats.org/wiki/value-class-pattern#microformats2_parsers.
Note that in mf2py, I chose to only implement the first bullet point — use most recent…
-
one drawback of the current mf2 spec is that img alt text is lost when a higher priority name property is provided, e.g. `p-name`. microformats/microformats2-parsing#2 proposes preserving alt text in …