Closed HippyCraig closed 1 year ago
Ah yeah this was intended when I initially made the function since the "classes" were not actually creating a stylesheet, but instead mapping the styles from an object. I didn't realize that this functionality could be useful and the fix should be pretty simple.
Fix landed in 1.2.4
This is great thanks so much works great. Thanks for fixing this so quickly.
I have a style sheet setup in obsidian snippets
Inside the table in the MD view I have this:
Looking at the rendered HTML in Chrome it appears to keep the . in the name of the class when it shouldnt be there.
This doesnt work but if I mod the value in chrome directly like:
The class name is evaluated correctly and creates the desired effect. Is there something I need to change in my MD to make this work correctly?