Closed RobertZenz closed 11 months ago
Assuming you have the following file:
This *should be italic*.
The "should be italic" should be italic, but instead the following style from the main NC styles get applied:
/* apps.scss */ em { font-style: normal; color: var(--color-text-lighter); }
Is that intentional?
Fix for the new version !
Assuming you have the following file:
The "should be italic" should be italic, but instead the following style from the main NC styles get applied:
Is that intentional?