pablo-abc / svelte-markdown

Markdown parser to svelte components
MIT License
360 stars 50 forks source link

[QUESTION] Does this let me only allow markdown for specific things? #12

Open Cormanz opened 3 years ago

Cormanz commented 3 years ago

I'm making smth that archives logs of deleted discord channels. Discord's limited markdown doesn't have things like headings or tables though. Is there a way to blacklist that stuff from being formatted with this?

pablo-abc commented 3 years ago

Sorry for the late reply! I've been dealing with a broken hand. You may just replace the renderers for the components you want to ignore with a component like this:

<slot></slot>