jiffyreader.com
jiffyreader.com copied to clipboard
[FEATURE] Should skip code and pre tags
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
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 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
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.