Skip to content
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

New lines are ignored when using a custom pre element with Shiki code highlighter #1

Closed
babakfp opened this issue May 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@babakfp
Copy link
Owner

babakfp commented May 12, 2024

When Svelte renders this:

<MdxElements.pre>...</MdxElements.pre>

Instead of this:

<pre>...</pre>

It removes lines and white spaces!


This is the result when using a custom pre element with Shiki:

image

This is the result when using a custom pre element without Shiki:

image

This is the result when using Shiki without a custom pre elements:

image

UPDATE: When using code instead of pre, things work fine.

@babakfp babakfp added the bug Something isn't working label May 12, 2024
@babakfp babakfp self-assigned this May 12, 2024
@babakfp
Copy link
Owner Author

babakfp commented Jul 31, 2024

This got fixed by converting the tree to string (HTML) and using it like:

"{@html `<code>...</code>`}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant