nodebb-plugin-extended-markdown Issues.
-
We were fiddling with the markdown options to see if everything worked - and while a few minor issues I could fix with css (such as checkbox lists keeping the bullet)

For reference in case others want to know how I attempted to fix it:
// Change all ul li within post content to "∙" .content ul li::marker { content: "∙"; } // Do not change ordered lists to "∙",but keep them as they were. ol li::marker { content: initial; } // Remove bullets from bullted checkbox lists. li:has(.plugin-markdown input[type="checkbox"])::marker { content: none !important; }Result:

But the major reason I am posting is the grouped codeblocks:
https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown/issues/18

I posted in the github issues, but no reply. I am not sure if the project is simply inactive, or the devs just simply haven't gotten around to it - but I thought it was worth a shot posting here as well.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login