When adding a line break inside of a notes component it actually adds a second line break as part of the html.
what should only be a single line break turns into \n\n
when viewing as JSON. In HTML, each of these lines get tagged as <p>content/p>
instead of content<br>
. Some how this translates as a double line break.
Very problematic in certain scenarios. See below.