Closed mike2003 closed 3 years ago
I used styles for CSS customization. .embedded-note-titles .markdown-preview-view > h1, .embedded-note-titles .CodeMirror-scroll > h1 { ...} But it also works in the Community plugins Browser in the plugins description. Can this be avoided somehow?
If you replace .markdown-preview-view with .markdown-preview-view:not(.community-plugin-readme) it should do the trick.
.markdown-preview-view
.markdown-preview-view:not(.community-plugin-readme)
Yes, thanks it works.
I used styles for CSS customization. .embedded-note-titles .markdown-preview-view > h1, .embedded-note-titles .CodeMirror-scroll > h1 { ...} But it also works in the Community plugins Browser in the plugins description. Can this be avoided somehow?