Closed mquandalle closed 3 weeks ago
Hi @mquandalle.
Currently, Reader only works on the HTML tags level.
It does not look into the rendered CSS properties of each element.
To get a strikethrough in markdown, there needs to be a pair of corresponding <del></del>
tags in the HTML.
This is also the defined behavior of the strikethrough syntax, which is part of GFM.
When converting a webpage to Markdown, the strikethrough text information is lost:
HTML:
Current Markdown output:
Desired Markdown output:
This preserves the strikethrough formatting, which is important for pricing information and content editing. It also ensures correct interpretation by LLMs.