Skip to content

Pipe inside code block inside table cell doesn't get rendered properly #436

@MustafaHaddara

Description

@MustafaHaddara

Using a pipe character | inside of a code block inside of a table cell doesn't maintain the code block. eg.

Column 1 | Column 2 | Column 3
---------|----------|---------
Pipe     | `|`      | word

Should work, but doesn't. Instead, we see this:
pipe demo

A workaround for now is to replace the | with <code>&#124;</code> (ie. the html literal). This renders correctly.
pipe-correct

See mkdocs/mkdocs#743 for more details

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