Changes
-
✨ Use same color for code blocks and embedded source
We now use the same background colors for all forms of embedded code.
Before this change Markdown code blocks such as:
puts 'Hello, World!'
would start with a light grey background in line 1 and then change to a darker grey background in line 2:
Now the background color highlighting works as intended: