The new "Full-Document" rendering mode is great, but can produce strange results when synchronizing scrolling for the editor and preview panes.
Currently, when the editor is positioned at a specific point in the document -let's say, 34%--, the preview pane scroll is positioned at the exact same position: 34%. But the problem is formatted text in the preview pane doesn't have to take the same amount of vertical space and proportions as text in the editor pane, so many times (most times if text includes tables, lists or so), both windows don't match at all after synchronization.
What I suggest is positioning the preview scroll bar based on text content and not simply using the same value as in the editor pane.
Great job!