Closed karmaral closed 2 years ago
The font issue is simply an oversight from me.
The background one seems odd to me. You are more than welcome to make a PR.
Alright, great.
I'm not clear on the font though, should I just use monospace or package JetBrainsMono? Or just leave it as the pre
directive? Aplogies if it's rather fine-grained 😂
I would just leave it as the pre
directive, and drop the jetbrains mono font :)
I would just leave it as the
pre
directive, and drop the JetBrains mono font :)
could you open a pull request about this?
Hello. First of all, thanks for this wonderful plugin. I've been using tiptap a lot lately and it was painful not to have it inside Strapi. I've noticed the code styling gets overriden by some CSS reset directives:
I've managed to fix this by simply specifying the font family explicitly in the stlying. However a few questions appear:
Font family
There's a specified
JetBrainsMono
font family in thepre
directive:Is that font supposed to be included in the package? I don't have it installed on my machine and it simply defaults to monospace to me.
Background
Also. the
code
directive states:But the built output loses the background color
This shouldn't happen either, right?
If it's okay with you I can make a PR adressing all of this stuff.