Code markdown italicizing the code between underscores

Steps to reproduce

  1. Create a note.
  2. Open code markdown ```
  3. write the following code that has some text enclosed by underscores
    images = ec2_client.describe_images(
    ImageId = images[ā€˜Images’][0][ā€˜ImageId’]
  4. 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.