Not sure if this is unique to Python. There are keywords with double underscore (special attributes). For example, __file__
When I try to type them into a reference, Remnote behaves strangely; it is opening up another reference input box. So, I tried to just type out the __file__
with the aim of converting it into reference later, it treats the second underscore as a command to start underlining the word.
To learn details on the “special attributes” in Python, I would need to create reference for them.
Similarly, I have difficulty in creating keywords with double asterisk, such as **kwargs
.
So, I would request the option to be able to have double underscore and double asterisk as part of references and tags.
Kind regards,
Brindha