I tried to use the following simple custom CSS:
.rem[data-rem-tags~="quote"] {
font-style:italic;
color: #333333;
}
When I apply the “quote” tag with double # ("##") I get a screenshot of the code snippet, instead of the custom CSS to be applied. Like this:
What is wrong?
Added in the next post the screenshot of my custom CSS.