Closed samgaudet closed 2 months ago
This PR adds a fix previously applied to highlighted code snippets to include a pen icon as an SVG HTML Tag (instead of a background-image in CSS).
background-image
Previously, code snippets without syntax highlighting, such as the following, would be missing the pen icon to indicate they are editable:
```madlibs text ~~~ This is a ___NOUN___.
Overview
This PR adds a fix previously applied to highlighted code snippets to include a pen icon as an SVG HTML Tag (instead of a
background-image
in CSS).Testing/example
Previously, code snippets without syntax highlighting, such as the following, would be missing the pen icon to indicate they are editable: