Jay Hayes
Jay Hayes
Worked up a fix for my particular case https://github.com/iamvery/rtf/commit/38d80ed425033e77d2ebc67843e5e02e2ac62a9b Still having issues with things like: ``` abc 123 ``` Render something like "**abc**_123_" instead of "**abc** _123_"
I tried removing our lock on Oj and running things again, and it appears that something in a recent release has fixed the issue.
I spoke too soon. The failures are order dependent so a passing build gave me false confidence 😞
For reference, a script to reproduce this is available here: https://gist.github.com/zorab47/f00e4ad8d5b02b583c2ba97db6011f67
After a little more research, this only seems to be a problem if user input is used for attribute names. Values appear to be properly escaped. In general it seems...
Seems like a good idea @dgmcguire. Glad you like the idea @bryanp 😊
The use case I'm trying to address is sometimes a prototype view needs multiple example elements to really drive the point of it home. I suppose the canonical example might...
Sure! Open a PR 😎