Test 1: When my markdown previewer first loads, the default text in the #editor field should contain a valid markdown that represents at least one of each of the following elements: a header (H1 size), a subheader (H2 size), a link, inline code, a code block, a list item, a blockquote, an image, and bolded text.
Test 2: When my markdown previewer first loads, the default markdown in the #editor field should be rendered as HTML in the #preview element.
My #editor element contains the valid markdown and the #preview element is displaying the correct HTML for the corresponding markdown in the #editor but still, the tests are failing for some reason.
*My code so far
Challenge: Build a Markdown Previewer
Link to the challenge: