Hey all,
Python has special functions with double underscore in their name (“dunder functions”), e.g. __init__
or __getattr__
. These cause a formatting bug in Cursor. It assumes the double underscore to be markdown and renders the following text italic.