- Make the 'Write' and 'Preview' tabs of the markdown editor interactive by adding `href="#"`, this causes it to appear in the document order and that while focused pressing `Enter` fires a click event (which isn't the case by doing `tabindex="0"`). - Resolves #2675