-
Bug
-
Resolution: Fixed
-
Low
-
None
-
Severity 3 - Minor
Issue Summary
If a card description has markdown, and you edit the card description, the description shows as blank.
Steps to Reproduce
- Edit a card description and enter in markdown e.g.
[{https://www.youtube.com/watch?v=Azi0_d_lNmE}]({https://www.youtube.com/watch?v=Azi0_d_lNmE} "smartCard-embed")
- Save the description
- Edit the description again
- Description is blank
Expected Results
Card description should return all information
Actual Results
Card description is blank
Console log error:
Error processing value:
[{https://www.youtube.com/watch?v=Azi0_d_lNmE}]({https://www.youtube.com/watch?v=Azi0_d_lNmE} "smartCard-embed")
isn't a valid JSON
Workaround
If changes are required, copy the card description and store it somewhere else such as a notepad, remove all markdown before pasting it back into the description.
Otherwise no workaround is available.