Currently, when a user clicks on a document, the application waits for the entire markdown file to finish downloading before passing it to the parser and rendering the HTML. On slower connections or for larger documents, this results in the user staring at a loading spinner for a noticeable amount of time before any content appears.
Currently, when a user clicks on a document, the application waits for the entire markdown file to finish downloading before passing it to the parser and rendering the HTML. On slower connections or for larger documents, this results in the user staring at a loading spinner for a noticeable amount of time before any content appears.