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

Figure out a better way to add classes to specific elements, e.g. HTML tables #165

Open
gonX opened this issue Mar 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request styling Affects CSS or layouts wiki Improvements or additions to the wiki

Comments

@gonX
Copy link
Member

gonX commented Mar 11, 2024

While working on #158 (especially be008ef), I noticed that a lot of elements need to have the same classes attached to them. We already kind of "fix" this with JavaScript, but unsurprisingly this results in inconsistent styling for noscript users.

I think the best way to work around this is by extending the current Markdown parser we use, since it does not seem like they have any configuration options that can help with assigning HTML/CSS classes to specific elements.

@gonX gonX added enhancement New feature or request wiki Improvements or additions to the wiki styling Affects CSS or layouts labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request styling Affects CSS or layouts wiki Improvements or additions to the wiki
Projects
None yet
Development

No branches or pull requests

1 participant