Skip to content

Rainbow Dash Bundle (1.3.0)

Latest
Compare
Choose a tag to compare
@sanssecours sanssecours released this 20 Sep 20:17
· 3 commits to master since this release

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:

    broken

    Now the background color highlighting works as intended:

    fixed