You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, you solved a big problem for me. Thank you. Maybe you can help me figure this out. I have this code I'm using with your plugin and I've come across something I can't get around. I'll include pics as well.
This is the code:
/* Save for Tag or Class Style Formatting */
.descriptor {
:is(.cm-formatting-list-ul, ul > li) > .list-bullet {
align-items: flex-start;
}
:is(.cm-formatting-list-ul, ul > li) > .list-bullet::after {
--list-bullet-size: 0em;
--list-bullet-border: none;
content: [there's an image here]
background-color: transparent;
left: -1em;
}
:is(.cm-formatting-list-ul, ul > li) {
padding-left: 2em;
align-items: left;
}
}
When I put it above the line and if I don't separate it with a blank line it looks like this: #1
If I put the blank line between it looks right: #2
If you have any thoughts I would greatly appreciate it :) By the way. I thought I read somewhere that you're from or in France? My mom was born in Paris, few blocks from the tower :)
Thanks again. Excellent Plug In!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First off, you solved a big problem for me. Thank you. Maybe you can help me figure this out. I have this code I'm using with your plugin and I've come across something I can't get around. I'll include pics as well.

This is the code:
/* Save for Tag or Class Style Formatting */
.descriptor {
:is(.cm-formatting-list-ul, ul > li) > .list-bullet {
align-items: flex-start;
}
:is(.cm-formatting-list-ul, ul > li) > .list-bullet::after {
--list-bullet-size: 0em;
--list-bullet-border: none;
content: [there's an image here]
background-color: transparent;
left: -1em;
}
:is(.cm-formatting-list-ul, ul > li) {
padding-left: 2em;
align-items: left;
}
}
When I put it above the line and if I don't separate it with a blank line it looks like this: #1
If I put the blank line between it looks right: #2

Preview mode looks perfect thought: #3

If you have any thoughts I would greatly appreciate it :) By the way. I thought I read somewhere that you're from or in France? My mom was born in Paris, few blocks from the tower :)
Thanks again. Excellent Plug In!
Beta Was this translation helpful? Give feedback.
All reactions