[code block][0.11.5] Markdown autocompletion gets triggered

Steps to reproduce

  1. Start a code block for C.
  2. Start typing a pointer declaration inside the code block fence, e.g. int *ip
  3. Observe as the editor inserts two asterisks as if you are going for emphasis: **

Expected result

Disabling of Markdown autocompletion within a code block and not having to stop and delete the additional asterisk every time.

Actual result

Trying to type int *ip I get int ** after inserting the first asterisk.

Environment

  • Operating system: Windows 10
  • Obsidian version: 0.11.5

Please search before posting.

A post was merged into an existing topic: Link and tag autocompletion activate in code blocks and inline code