Javascript – marked.js not rendering image tags
When I have a markdown file with: ![[20230613_110437.jpg]] in it, and I render it to html with const html = marked.parse(content); the html content just contains ![[20230613_110437.jpg]] rather than the image tag. Also, the image urls should be prefixed with…