Minor bug in Drawings

While creating a note in the drawings, typing “%” displays as “%%%”

I do not know if any other special characters do this.

Same here :raised_hand:

Thanks, got it!

% is a wildcard character in SQL, so I suspect they’re escaping it internally for database operations but not de-escaping it in the UI.