mamatt / files_readmemd

Show README.md & HEADER.md in the file view of NextCloud
GNU Affero General Public License v3.0
13 stars 5 forks source link

Italic does not get displayed as italic on NC 25. #107

Closed RobertZenz closed 11 months ago

RobertZenz commented 1 year 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?

mamatt commented 11 months ago

Fix for the new version !