janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

div inside pre? #55

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

Came across this post in this feed. The server-side syntax highlighting uses divs. There are no actual line breaks.

We strip the divs, so everything gets displayed on a single line. (pre would preserve line breaks, but they're missing.)

Not sure if we should support this kind of thing, but Feedly keeps the divs in ...

janboddez commented 1 year ago

Of course, hljs then scrubs the divs once it loads ...

janboddez commented 1 year ago

Addressed in https://github.com/janboddez/feed-reader/commit/bf89880af1600643a76a0c47433d18d324623819