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
Hey @palewire, I was just able to get the test (copied below) to render on an instance of Library running v1.4.2.
At a quick glance it doesn't look like there are any differences in your fork that would cause this functionality to break... Not quite sure what would be causing your issue :/
<%-<style>.purplePapyrus {font-family: papyrus;color: purple;}</style><div class="purplePapyrus">But this custom style will!</div>%>
Oddly, I see it working in one doc on our site, but not on another. Could it be something about the document itself or its metadata causing the problem?
The one it works on is very short. The one it fails on is very long. If that matters at all.
Huh... I've seen some odd behavior in long documents with complex formatting before.... I suspect there's a small bug in our html parsing that compounds for larger documents.
Sorry this is causing issues for you, hopefully I'll have some time to look into it in soon!
I even set it
true
explictly in my fork and still no go. It's not rendering the example purple text snippets in my page.The text was updated successfully, but these errors were encountered: