1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/reader/readability
Frédéric Guillot 6d58052504
fix(readability): do not remove elements within code blocks
`<span class="hljs-comment"># exit 1</span>` will match the `unlikelyCandidatesRegexp` because it contains the `comment` string.
2025-06-19 21:03:53 -07:00
..
readability.go fix(readability): do not remove elements within code blocks 2025-06-19 21:03:53 -07:00
readability_test.go fix(readability): do not remove elements within code blocks 2025-06-19 21:03:53 -07:00
testdata Refactor internal/reader/readability/testdata 2024-12-15 20:52:32 -08:00