Skip to content

Markdown: backslashes enclosed in backqoutes inside/outside table #1395

@nobu

Description

@nobu

For this markdown, backslashes are rendered differently, with 6.14.2 and master(e4d727f).

# Backslashes

## Plain

`` `$\ ` ``   : `$\ `

`` `$\\` ``   : `$\\`

`` `$\\\\` `` : `$\\\\`

## Table

|  plain        | code    |
| :-----------: | :-----: |
| `` `$\ ` ``   | `$\ `   |
| `` `$\\` ``   | `$\\`   |
| `` `$\\\\` `` | `$\\\\` |
Image

Related to #1386.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions