You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If output.html.playpen.editable = true is set, then any headers with a code span end up with the span highlighted as a link. This is not intended, and I'm not sure why it is happening. This was previously fixed in #1162, but for some reason that didn't fix it with editable code blocks.
Example:
## This has a `code` span
Is rendered as:
when it should be:
The text was updated successfully, but these errors were encountered:
If
output.html.playpen.editable = true
is set, then any headers with a code span end up with the span highlighted as a link. This is not intended, and I'm not sure why it is happening. This was previously fixed in #1162, but for some reason that didn't fix it with editable code blocks.Example:
Is rendered as:
when it should be:
The text was updated successfully, but these errors were encountered: