jiffyreader.com icon indicating copy to clipboard operation
jiffyreader.com copied to clipboard

[FEATURE] Should skip code and pre tags

Open ekil1100 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Currently, the parser doesn't skip the <pre> and <code> tags. Check out https://www.solidjs.com/docs/latest/api

CleanShot 2022-09-23 at 01 29 28

CleanShot 2022-09-23 at 01 34 14

Describe the solution you'd like

The parser should skip both tags.

Describe alternatives you've considered

Or give an option to control which tag should be skipped.

ekil1100 avatar Sep 22 '22 17:09 ekil1100

@ekil1100 thank you for reporting this

We believe this to be a user preference and will explore making a feature that would make it possible for you to update the list of excluded items based on selectors

asieduernest12 avatar Sep 23 '22 15:09 asieduernest12

Could this be optional? I find myself reading code on Github not my terminal from time to time because it can help to read code in binary mode.

snoblenet avatar Mar 16 '23 22:03 snoblenet