ArthurHub / ArthurHub/HTML-Renderer

CSS selector for wildcard classes does not work

Open
#169 0 comments 0 reactions 0 assignees View on GitHub
CSS enhancement
Dominant language
C#
Stars
1.4k
Forks
550
Avg merge
14d 9h
Merged PRs (30d)
1

Description

this is valid CSS
```css
code[class*="language-"],
pre[class*="language-"] {
color: black;
}
```

Matches

```html
xyz
````

HTML-Renderer ignores it.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.