You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use backtick in the description of TODO, then next time Task Board will not load. It will appear on the screen for a moment, then it disappears. To reproduce the issue, follow the below steps.
Create a blank TODO.md file and open the Task Board.
By using the Kanban Task board, create a new task and the description of the task that contains a backtick. A sample example of TODO.md is shown below.
Save the document and open a new Task board. You will notice due to use of that backtick then Kanban Board will not appear.
# Project
Project Description
<em>[TODO.md spec & Kanban Board](https://bit.ly/3fCwKfM)</em>
### Todo-[ ] This is a `test`.
### In Progress### Done ✓
The text was updated successfully, but these errors were encountered:
rjanain
changed the title
Add support to add backtick in todo description
Add support to use backtick in TODO description
Sep 30, 2022
If we use
backtick
in the description of TODO, then next time Task Board will not load. It will appear on the screen for a moment, then it disappears. To reproduce the issue, follow the below steps.TODO.md
file and open the Task Board.backtick.
A sample example ofTODO.md
is shown below.backtick
then Kanban Board will not appear.The text was updated successfully, but these errors were encountered: