Steps to reproduce
- Create a note.
- Open code markdown ```
- write the following code that has some text enclosed by underscores
images = ec2_client.describe_images(
ImageId = images[āImagesā][0][āImageIdā] - Close code markdown ```
Expected result
No code should be italicized
Actual result
āclient.describeā part of the code is italicized for the reason that is unclear to me.
Environment
MacOS
Dynalist Application
1.5.1
No PowerPack
Additional information
Anything else you think would help our investigation, like a screenshot or a log file? You can drag and drop screenshots to this box. For large amount of text, try putting them into something like Pastebin.
Additional comments
If the second line of this code is removed, the problem goes away.