Skip to content

Instantly share code, notes, and snippets.

@nathancahill
Created July 24, 2012 05:31
Show Gist options
  • Save nathancahill/3168225 to your computer and use it in GitHub Desktop.
Save nathancahill/3168225 to your computer and use it in GitHub Desktop.
Hacker News comment format
<div data-depth="0" class="comment">
<span class="user">
<a href="http://news.ycombinator.com/user?id=username">username</a>
</span>
<span class="timestamp">6 hours ago</span>
<br>
<p class="text">Comment</p>
<a href="http://news.ycombinator.com/item?id=reply_id" class="reply">reply</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment