-
-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svelte code block missing half the code #497
Comments
To add some color around this, I wasn't expecting Svelte code to be highlighted correctly, but I was still expecting the code to be shown. e.g. on GitHub I can wrap Svelte code in {#each presents as present (present.id)}
<img animate:flip src={present.src} alt="Present {present.id}" />
{/each} |
@orta should shiki render this html block as GitHub? I think we may be messing with the HTML in Elk before shiki has a chance to act to be honest |
This is likely fixed in the release I did over the weekend because of shikijs/shiki#379 |
Could the markdown processor be reading the inner HTML as HTML? |
I found out this isn't Svelte-specific, it seems to be all HTML Tags. I guess that somewhere inside |
Report from https://elk.zone/m.webtoo.ls/@[email protected]/109552492580513200
The text was updated successfully, but these errors were encountered: