Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Should skip code and pre tags #190

Open
ekil1100 opened this issue Sep 22, 2022 · 2 comments
Open

[FEATURE] Should skip code and pre tags #190

ekil1100 opened this issue Sep 22, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ekil1100
Copy link

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 ekil1100 added the enhancement New feature or request label Sep 22, 2022
@asieduernest12
Copy link
Collaborator

@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 asieduernest12 self-assigned this Sep 23, 2022
@snoblenet
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants