unified-font-object / ufoNormalizer

A tool that will normalize the XML and other data inside of a UFO.
Other
51 stars 19 forks source link

Multiline notes aren’t handled properly #46

Closed moyogo closed 4 years ago

moyogo commented 6 years ago
<note>This
      is
      a
      multiline
      note</note>

becomes the following after ufonormalizer

       <note>
               This
                         is
                         a
                         multiline
                         note
       </note>

and then the following after another round of ufonormalizer

       <note>
               This
                                         is
                                         a
                                         multiline
                                         note
        </note>
moyogo commented 4 years ago

Duplicate of https://github.com/unified-font-object/ufoNormalizer/issues/71.