Skip to content
This repository was archived by the owner on Jul 5, 2019. It is now read-only.
This repository was archived by the owner on Jul 5, 2019. It is now read-only.

Support improper code fencing #21

@Mottie

Description

@Mottie

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
}
});`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions