Open JuliaBonita opened 2 years ago
Sorry about the delay! I'm not sure I understand what the issue is here? SvelteMarkdown doesn't concern itself with styling (although you can add styles when overriding the "renderers", or using :global
), and the final render to HTML is handled by Svelte itself, not this package (using <svelte:component>
).
Your styles get removed by svelte as "unused". You should see the warning when compiling the project.
As above was said already, use :global
Hello. There is either a bug or config problem that is preventing the styles from being applied. Here's a screenshot that shows what is displayed, which shows that the styles are missing.
And below is the raw HTML output, which shows that some HTML is being generated, but it's not rendering correctly; and it's filled with a bunch of unnecessary parser tags. Please help.