racket / scribble

Other
201 stars 93 forks source link

Fixes #120: margin notes can collide with each other #174

Closed SuzanneSoy closed 6 years ago

SuzanneSoy commented 6 years ago

If there are two notes in the same line of text, they would both "flow right" and the second one would be superimposed on top of the first. In order to have the note also move down to the first available space, you have to indicate that it should have "cleared" the queue of other "float"ing elements, and place itself below that point.

See here for a demo: https://jsfiddle.net/9dj2wfpt/1/