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
fix: emoji markup in code block was corrupted (#57)
When the gem nokogiri >= 1.11.x, any node selected by css selector
will not be managed once its parent node is assigned to new inner
html, this will introduce problems that changing node properties
isn't working.
0 commit comments