I\'m trying to create a markdown file with some paragraphs containing both a link and a line of text on the next line. The problem I\'ve encountered is that when I make a new li
Just adding a new line worked for me if you're to store the markdown in a JavaScript variable. like so
let markdown = ` 1. Apple 2. Mango this is juicy 3. Orange `