Created by: harrykiselev
Hi, thoughtbot's!
When I read the documentation of this gem I had face a bug of interpolation styles at code examples.
Returned string here use interpolation for digest hash.
I have researched a process of parsing by highlight.js library and structure of default highlight.js styles to know that text color within interpolation class and main text of code block must be equal.
This PR fix this issue. It would be useful for another documentation blocks of code in a future that will use interpolation.