File: parse_id.html

package info (click to toggle)
mf2py 2.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,917; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
<div class="h-feed" id="recentArticles">
    <h2 class="p-name">Recent Articles</h2>
    <div class="hentry" id="article">Lorem Ipsum</div>
    <div class="hentry" id="">empty id is invalid and should not be parsed</div>
    <div class="p-author h-card" id="theAuthor">Max Mustermann</div>
</div>