Closed
Description
Description
When I attach a CSS class to a class where the name was escaped, and the name starts with a number, the CSS class is not applied.
Steps to reproduce
Generate diagram for this:
classDiagram
class `2c`:::className {
<< Test >>
}
Expected: 2c
has CSS class "className".
Actual: 2c
does not have CSS class "className".
Setup
- Mermaid version: 10.6.0
- Browser and Version: Chrome