adds support for nested formats
This commit is contained in:
parent
9fae5c7248
commit
c013f48a03
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>
|
|
@ -1,10 +1,13 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card">
|
||||
<a href="http://twitter.com/jlsuttles" class="u-url p-name">
|
||||
<a href="http://flickr.com/jlsuttles" class="u-url p-name">
|
||||
Jessica Lynn Suttles
|
||||
</a>
|
||||
<a href="http://twitter.com/jlsuttles" class="u-url">
|
||||
@jlsuttles
|
||||
</a>
|
||||
<time class="dt-bday" datetime="1990-10-15T20:45:33-08:00">
|
||||
October 15, 1990
|
||||
</time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue