You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to watch a section of webpage that uses HTML <pre> element to display content. <pre> contains a pre-formatted text (typically a output from some CLI utility) and new lines from the webpage source code should be preserved in the rendered text.
Issue is, that changedetection.io does not respect the <pre> and extract all content of the <pre> element as a single line.
I have tested both "Basic fast Plaintext/HTTP Client" and "Playwright Chromium", but it happens in both of them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to watch a section of webpage that uses HTML
<pre>
element to display content.<pre>
contains a pre-formatted text (typically a output from some CLI utility) and new lines from the webpage source code should be preserved in the rendered text.Issue is, that changedetection.io does not respect the
<pre>
and extract all content of the<pre>
element as a single line.I have tested both "Basic fast Plaintext/HTTP Client" and "Playwright Chromium", but it happens in both of them.
Is this a know issue? Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions