CSS Class not applied in classDiagram when escaped class name begins with a number #5106
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
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:
Expected:
2c
has CSS class "className".Actual:
2c
does not have CSS class "className".Setup
The text was updated successfully, but these errors were encountered: