Highlighted Text is shown as normal Text

Formatting Text as bold works fine, but all of a sudden, the highlighted Text is shown as normal text:

ScreenRecorderProject13

Iā€™m also having this issue

Just found the issue on github:

Sorry for the inconvenience.
For a temporary workaround, you can add the following to your custom.css:


.inline mark {
  background: yellow;
  color: black; /* or any other foreground color you like *.
}
1 Like