-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
2
-
Severity 3 - Minor
Issue Summary
The code snippet adds a space after # symbol after the description is saved.
Steps to Reproduce
- Create a card and add a Code snippet to its description.
- Type "#hello" into the snippet
- Save the description
Expected Results
The code snippet is saved exactly as typed in: "#hello"
Actual Results
A space is added between "#" and "hello" in the code snippet.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available