I just tried putting a back tick in the table cell, so that the REGEX string would be interpreted as code, but that didn’t help.
Other markdown in other table cells seems to work. I was able to italicize and I was able to back tick simple strings (including folder paths that contained a forward slash). But as soon as you try to include a pipe as a visual character in the table cell it all breaks down!
But only the basic usage. If I try to enclose the line with pipes between back ticks then it doesn’t work! I’ve tried a few variations when enclosing the string in back ticks. There’s no problem with italic and bold though (one or two underscores or asterisks).
Good point, you’re right, the fix was not complete. The issues you mentioned were not integrated into Remarkable as they were not quite valid (they require presence of space around |, and this is not a part of the GFM spec).
Anyway, I hope I’ve fixed the issue in Checkvist, please check it again
I hope we’ll release this at the end of the next week. This fix was not a single one and could not be easily cherry-picked to production, and now there are quite some additional changes which should be tested (think custom priority colors).