microdotblog / issues

42 stars 0 forks source link

cite element removed #69

Open gRegorLove opened 6 years ago

gRegorLove commented 6 years ago

On this post the <cite> element was stripped. This is via my jsonfeed.

paulrobertlloyd commented 6 years ago

I’ve experience a similar issue regarding the cite element, although in my case (posting via a MicroPub endpoint) the element was rewritten using HTML character encoding, i.e.: &lt;cite&gt;My citation&lt;/cite&gt;. Not sure which part of the publishing chain is responsible for this transformation; would be curious to know what Micro.blog does when HTML is included in posts that are published via it’s apps (and if there are any differences between publishing to hosted or external sites).

gRegorLove commented 7 months ago

My jsonfeed has since died, so here is a more current example via an Atom feed which has:

<content type="html"><![CDATA[

I started reading <cite class="h-cite"><a href="https://wokescientist.substack.com/p/community-care-and-relationship-building">Community care &amp; relationship building combats burnout in political movements</a></cite>
...

The cite and link elements didn't carry through to m.b. I'll try using <i> instead next time because I have seen that work before.