simonwillisonblog icon indicating copy to clipboard operation
simonwillisonblog copied to clipboard

Meta description can contain markdown on item page

Open gwire opened this issue 10 months ago • 1 comments

Markdown for links persists in the meta tag description, which I assume is not intended.

example:

<meta property="og:description" content="OpenAI's other big announcement today ([see also](https://simonwillison.net/2025/Mar/11/responses-vs-chat-completions/)) - a Python library ([openai-agents](https://pypi.org/project/openai-agents/)) for building &quot;agents&quot;, which is a replacement for their previous [swarm](https://github.com/openai/swarm) research project. In this project, an &quot;agent&quot; …">

https://github.com/simonw/simonwillisonblog/blob/854728e904e8ca8c00fbe442bbb01d720b2a68b2/templates/item_base.html#L15

gwire avatar Mar 11 '25 22:03 gwire

Yeah it's time I fixed this:

Image

simonw avatar May 31 '25 14:05 simonw