Skip to content

Markdown: code ends with a backslash #1402

@nobu

Description

@nobu

RDoc markdown renders `\` as <code></code>.
This is because the markdown code is translated to <code>\</code>, and the backslash just escapes the following close tag and the open tag becomes invalid.

Other implementations (Github markdown at least) renders it as code only contains a backslash, \.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions