svelte-markdown
svelte-markdown copied to clipboard
BR tag not rendering even when passed in as true to options
here is a simplified version of my svelte component using svelte-markdown
<script>
let options = {
breaks: true,
gfm: true
}
</script>
<SvelteMarkdown source={value} options={options} />
However there are still no line breaks showing after rendering, I've also tried overriding marked using setOptions but the behavior is the same - line breaks are ignored
Is there some way to get line breaks working?
bump
I would also like the answer 😅
I would like to have line breaks also
Bump again
But this kinda looks like dead project to be truth told...
Bummer this issue has not been addressed after a year and a half... pretty important feature for a markdown renderer.