#prlbrshould I create an account for the wiki and edit the wiki with more use cases/implementations?
#prlbror should I make a proposal somewhere else, i.e. on my website first, which includes use cases and come back here with a link once I’ve finished?
#Loqi[kartikprabhu] Minimal example for the `content.html` issue above.
```html
<article class="hentry">
<section class="entry-content">
<p class="entry-summary">This is a summary</p>
<p>This is <a href="/tags/mytag" rel="tag">mytag</a> insid...
#KartikPrabhumf2py substitutes the rel-tag with a <data> element but then the data element shows up in the content.html
#KartikPrabhuin php-mf2 the entry-summary to p-summary conversion shows up in the content.html
#ZegnatHmm, does anyone here have admin access to the wiki? I would *love* the ability to create a new page, so I can start a description of the mf2 JSON format as discussed earlier today.
[snarfed], nitot, [kevinmarks], [miklb] and webchat108 joined the channel
#jmacI'm updating my blog to use h-feed/entry. If I don't wanna display my name to human readers in every post, is it kosher to include a p-author div in every h-entry and set its style to "display:none", or is that a bit dirty?
#KartikPrabhuMDN is a pretty good resource so I would recommend that
[kevinmarks] joined the channel
#jmacI'm a little confused though... the example of that page seems to imply that a web browser will display the content of a <data> element, whereas I want to not display things.
#jmacI guess I'd like to see an example of <data> used to store e.g. p-author or p-summary information the way that Zegnat was implying earlier