simonw / simonwillisonblog

The source code behind my blog
https://simonwillison.net/
Apache License 2.0
202 stars 18 forks source link

Switch from br to p for quotations #394

Closed simonw closed 4 months ago

simonw commented 10 months ago

I'm still using linebreaksbr for quotations:

CleanShot 2024-01-08 at 14 43 36@2x

That's because the way quotation marks display currently expects there to be a single blockquote (which gets the opening quotation mark) wrapping a single paragraph (which gets the closing quotation mark) and I can't quite spare the time to clean that up yet.

Originally posted by @simonw in https://github.com/simonw/simonwillisonblog/issues/393#issuecomment-1881939393

simonw commented 10 months ago

Oops I accidentally broke their display anyway in https://github.com/simonw/simonwillisonblog/commit/3e6541cfcbb418e884b939f67b3ec5fc55bc9c16#diff-cb85b7f1d6736ddf2428fdc78569c648dc3ad28e95057c619f747e05e3d2ce52 :

CleanShot 2024-01-08 at 14 45 12@2x

simonw commented 10 months ago

When I fix this another place to consider is search results, hopefully they get fixed by the blog_mixed_list.html template:

https://simonwillison.net/search/?q=robin+sloan

CleanShot 2024-01-08 at 14 49 11@2x

simonw commented 4 months ago

Fixed in: