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

spikey
2
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