-
I don't understand the intricacies of it, but is it possible to generate the actual schema as JSON and make that available?
That way people can use it in other languages
-
Hello,
The HTML minification is removing closing HTML tags.
Here's an example from site source of https://scripter.co/:
```html
A Scripter's Notes Homepage
-
I don't know if this is the right place, but since I was trying to capture some of php-comments shortcomings, here is a shortcoming of XRay I found :)
> sebsel a thing to note: php-comments gives a…
-
Could you use pad- instead? It's almost as short, and clearer.
-
It seems the parser is not handling nested objects properly.
For example, this URL: http://aaronparecki.com/notes/2014/07/04/2/indiewebcamp-latergram
It appears the comment authors and comment URLs …
-
Modern sites are publishing feeds on their home pages marked up with the h-feed and h-entry microformats with higher fidelity (more entries, more content, sooner, more reliable) than legacy XML format…
-
Would you consider supporting Facebook photo albums? My use case is I upload my photo albums to my blog (samefourchords.com), and I want to be able to push and pull this to silos.
Thanks for the awes…
-
Since [2016-02-28](http://microformats.org/wiki/index.php?title=microformats2-parsing&diff=65418&oldid=65356) the parsing spec has:
> The "*" for root (and property) class names consists only of lo…
-
See: https://github.com/microformats/microformats2-parsing/issues/6
-
I recently switched my website to include `` tags instead of newlines for my notes. This means I now have HTML markup like
```
HelloWorld
```
It appears that when Granary is converting this to…