I’m working on the markdown previewer, and when I just used marked without any options, test #7 (which says it’s optional anyway) fails. But when I used the option {breaks: true}
then test #6 fails. test number 6 says, " When my markdown previewer first loads, the default markdown in the #editor field should be rendered as HTML in the #preview element" Any help would be greatly appreciated.
The error message says it expects \n
. I don’t see those when I inspect the preview and I didn’t notice it in the javascript.
hmmm…I ran the generated html both with and without the {breaks: true}
option in diffchecker and they are identical.