adds support for nested formats
This commit is contained in:
parent
d3018451c8
commit
85071b8e60
7 changed files with 181 additions and 102 deletions
12
spec/support/nested_hentry.html
Normal file
12
spec/support/nested_hentry.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-entry">
|
||||
<div class="p-author h-card h-org">
|
||||
<a href="http://twitter.com/jlsuttles" class="u-url p-name">
|
||||
Jessica Lynn Suttles
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue