-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] < and > are not displayed when used in description #1643
Comments
I comment here, because my oberservation seems the same root cause. I have added a mathematical calculation inside the description and these have the same problems displaying typed: 180 * x / ( 2 * 365 ) without spaces |
I vaguely recall that this was raised as an issue in the very early days (but I can't find it here - it may have been on gitlab) Full code blocks wrapped with three backticks are also displayed completely blank, inline code blocks (wrapped with single backticks) get displayed with a pink background and with dodgy characters suppressed. If you escape the individual chars by preceding with a backslash jtxB displays \*\<\> which is not good Its either the markdown editor or the markdown renderer that is messing things up. The really simple quick fix is to disable markdown for the entry (on the three dots menu to right while viewing or editing) - but if you use markdown formatting elsewhere that is no good. There will be no solution that works for both markdown and plain text I fear - you need to stick to one or the other, and the markdown engine has a bug in failing to display both chars in code blocks and escaped chars correctly. |
Its either the markdown editor or the markdown renderer that is messing things up.
when these are components used in jtxBoard, either they need to be fixed (or maybe first to be updated for inside of jtxBoard); whatever helps. A workaround is a workaround....
|
I tried the lines in these online markdown editor https://stackedit.io/ and https://dillinger.io/ and both use the text without issue |
Hi everyone! Thank you for your comments. As pointed out already, it's not an issue within jtx Board itself, but an issue of the Markdown interpreter. |
Describe the bug
when using ">" or "<" in a task, it is not shown when the task is displayed
To Reproduce
Create a task and write in the task description 5>4 and save it. View it in the collection list.
Screenshots
Create the task:
View the task:
Device and version
The text was updated successfully, but these errors were encountered: