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
{{ message }}
This repository was archived by the owner on Jul 5, 2019. It is now read-only.
Please add support for the following example. It wraps the code in a single backtick, but because it includes a line break (two, or more, carriage returns), the markdown renderer ignores the block.
Here is an example:
`// The space below is the cause of this problem
document.addEventListener("input", function (event) {
if (event.target.id === "test") {
// do something
} else {
// do something else
}
});`