While creating a note in the drawings, typing “%” displays as “%%%”
I do not know if any other special characters do this.
TheBum
4
% 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.