Hello, I just updated the App Version from 10.0.40 to 10.0.43
Now I‘ve got the problem that syntax highlighting is not working anymore. I am still able to create code blocks which are displayed on the note but the content isn‘t highlighted.
My note looks like this:
Text (normal codeblock)
<?php
public function doSomething(): string
{
return “Hello World“;
}
Text
Has something changed or is there a bug?
On my MacBook its’s still working.
@tessus and @laurent, maybe it’s a specific model or iOS version issue because I just got home from work, plugged in the codeblock lines on my desktop and it’s working as intended on my iPhone XR. I’m currently on iOS 13.3 too