Skip to content

Pipes inside image alt text lead to unwanted table output #135

@kleinfreund

Description

@kleinfreund

The following...

![What | is | wrong](/img.jpg)

outputs this:

<table>
  <tbody>
    <tr>
      <td>![What</td>
      <td>is</td>
      <td>wrong](/img.jpg)</td>
    </tr>
  </tbody>
</table>

This is unexpected. Inside an image alt text/link text shouldn't be any markup.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions