tomboy-notes / tomboy

This is the legacy development for Tomboy.
http://projects.gnome.org/tomboy
GNU Lesser General Public License v2.1
126 stars 25 forks source link

the formatting of a list breaks along with urls #80

Open qptain-Nemo opened 6 years ago

qptain-Nemo commented 6 years ago

So all of a sudden a note containing a list had some of the formatting scrambled for an unknown reason. Here are the contents of the note file: contents

I have replaced all A-Z, a-z characters in strings that aren't inside tags with the equal number of "a" characters. Otherwise it's completely verbatim. You can probably guess the intended formatting, it's supposed to be a list all the way with a consistent structure, but the bottom items got kicked out of it for some reason and the url formatting bugged out. Note the aa<link:url>aa:// parts, that's obviously ht<link:url>tp:// in the original.

I can only assume this has to do with the heavy usage of urls and perhaps unicode characters with high numbers, since this hasn't happened to me before, but I'm sure you'll have a better idea.