Incorrect render $ sign in preview

Bug report

Environment

  • Platform: iOS
  • Platform version: 17.4.1
  • App Version: 5.2.0 (116)

How to reproduce

If enter $100, for example, a part of the note will be displayed incorrectly. In desktop version everything is displayed correctly.

Hi Dmitry,

Thanks for the feedback,

On the mobile app, the math plugin is bundled and enabled by default.
The $ sign is used for inline math equations (see below)

You can avoid it by escaping them like \$.
It is defined in the GitHub-flavored Markdown:

I think it would be great to add enabling/disabling bundled plugins independently. Like it was in the previous version.