CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Consecutive spaces inside back-ticks show as single space #1273

Open damithc opened 2 months ago

damithc commented 2 months ago

How to reproduce: 1.Type the following in a CATcher text box:

`abc abc       abc`
  1. Preview the text box. Expected: abc abc abc Actual: abc abc abc

This can cause problems when a student is reporting a bug about consecutive spaces.