Hi guys, i just finished this project and i don’t understand why my code can’t pass these two tests …
https://codepen.io/camper94/full/WNwLpov
hey @Camper94,
Your preview id should be should be on the div that’s rendering the markdown like this
<div
id="preview"
className="preview rounded p-2"
dangerouslySetInnerHTML={{ __html: markerlib }}>
</div>