better-html icon indicating copy to clipboard operation
better-html copied to clipboard

Readme .yml config update

Open thejonroberts opened this issue 1 year ago • 1 comments

Update the readme to use YAML.unsafe_load to parse regex values, load won't by default. I had the same issue as #106 , and this solved it. See this psych discussion.

Note: .yml regex values must be in format !ruby/regexp /\A[a-z0-9\-\:]+\z/ to be read as Regexp class. Not specific to this gem, but I can add a note below this if it is helpful.

thejonroberts avatar Jul 13 '24 23:07 thejonroberts

I have signed the CLA!

thejonroberts avatar Jul 14 '24 00:07 thejonroberts

@etiennebarrie what do you think of this readme change? Sorry for the ping, this has been up for 2 weeks.

thejonroberts avatar Jul 29 '24 19:07 thejonroberts

Thank you!

etiennebarrie avatar Jul 30 '24 09:07 etiennebarrie