mattermost-community/focalboard

Bug: markdown code is converting angle brackets wrong

Open

#511 创建于 2021年6月2日

在 GitHub 查看
 (5 评论) (1 反应) (0 负责人)TypeScript (2,542 fork)user submission
BugHacktoberfestHelp WantedUp for grabs

仓库指标

Star
 (26,187 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Summary: When we write left angle bracket (<) within backticks, it shows &lt;. The expected output is to show the angle bracket as is.

Steps to reproduce the behavior:

  1. Create a card
  2. Add "text" contents and write angle brackets within backticks: `m < n`
  3. See the resulting text: m &lt; n.

Expected behavior: The resulting text must be m < n

Screenshots: Attached two screenshots: before and after typing m < n.

Platform:

  • I can see this problem from Linux, Windows, and MacOS.
  • I am using self-hosted focalboard v0.6.7 on Ubuntu 20.

贡献者指南