-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange output - video recording presented #15
Comments
Oh... yeah that doesnt look good. Can you post your raw markdown? Im guessing its supposed to be
|
inlineAdmonitions.mp4Here's the video again without HEVC+265 compression. It should show everything you need but if it still doesnt work I'll post screenshots of the parts |
My time has been a little short recently, but ive been thinking about this. My guess is that the css for inline-admonitions are conflicting with some of the tag css (which Im piggy-backing on). Im going to try rewriting the css to avoid accidentally inheriting any unwanted styling. Curious, do either of you have any custom css? If so, does it affect codeblocks and/or tag visuals? Likewise, do you have any plugins that modify tags/codeblocks? |
I relate wholeheartedly :)
Ahh good catch - on my end, disabling the Code Styler plugin fixes this. Also, interestingly, after re-enabling Code Styler, the two plugins work fine together: Except for in Reading Mode: But this half-fix depends on the order of which plugin was (re-)enabled last. If I toggle Inline Admonitions on/off, the bug re-appears in Live Preview / editing mode: So it's presumably some sort of overlapping / overriding code styling between the two plugins. |
Ah, thats very insightful! Okay, there is another issue ive been trying to deal with and I think the changes will also fix this... maybe. Thanks for following up! |
Why are there 2 span elements being created before the code area? This is a really cool plugin - I've looked through every single one and this is the only one that doesn't insert html into the markdown but it has some hiccups.
inlineAdmonitions2.mp4
The text was updated successfully, but these errors were encountered: