Skip to content

Instantly share code, notes, and snippets.

@jonathantneal
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathantneal/cf8ea5ff0cafd72e3688 to your computer and use it in GitHub Desktop.
Save jonathantneal/cf8ea5ff0cafd72e3688 to your computer and use it in GitHub Desktop.
Marginalia Markup
<section>
<h2>Comments</h2>
<article class="h-entry">
<header>
<h3 class="p-name"><span>in reply to</span> <a class="u-in-reply-to" href="{{in_reply_to_link}}">{{in_reply_to_link}}</a></h3>
<p><span>by</span> <a class="p-author h-card" href="{{author_link}}"><img class="u-photo" src="{{author_image}}" alt=""> {{author}}</a></p>
</header>
<div class="e-content">
{{comment}}
</div>
<footer>
<p><time class="dt-published" datetime="{{datetime_precise}}">{{datetime}}</time> <span>via</span> <em>{{service}}</em></p>
</footer>
</article>
<!-- Next Comment -->
</section>
<section>
<h2>Comments</h2>
<article>
<header>
<h3><span>in reply to</span> <a href="{{in_reply_to_link}}">{{in_reply_to_link}}</a></h3>
<p><span>by</span> <a href="{{author_link}}"><img src="{{author_image}}" alt=""> {{author}}</a></p>
</header>
<div>
{{comment}}
</div>
<footer>
<p><time datetime="{{datetime_precise}}">{{datetime}}</time> <span>via</span> <em>{{service}}</em></p>
</footer>
</article>
<!-- Next Comment -->
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment