Test Failing: Build a Markdown Previewer (Front End Libraries Projects)

Could someone please help me to understand why the tests are failing? What am I doing wrong? Everything seems to be functioning as expected and is named properly.

Is there something I’ve overlooked? Any help would be appreciated. I’ve been trying to figure this out for hours, even redid the project, stripping out packages and changing the UI framework.

1 Like

The default input text in the ‘Enter Markdown Area’ when the pen loads has

... <H1> 
... <H2>
... <H3>

in the first three lines.

When those are removed, all tests pass.