* Allow markdown preview to scroll past content
Issue #15795
Allows the markdown preview to scroll past its contents, like we do with the editor.
Closes#15795
* Toggle preview scroll beyond using editor.scrollBeyondLastLine
**Bug**
In Markdown preview, code blocks in headers are the wrong font size.
**Fix**
Specify that code blocks in headers should inherit their font-size, instead of brining their own.