We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transformerRenderWhitespace
@shikijs/rehype
Hi 👋
This is the result of the transformer function in the reproduction:
text
{ "type": "root", "children": [ { "type": "element", "tagName": "pre", "properties": {}, "children": [ { "type": "element", "tagName": "code", "properties": {}, "children": [{ "type": "text", "value": " text\n" }], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 4, "offset": 15 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 4, "offset": 15 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 4, "offset": 15 } } }
Take a look at what is before the text, the spaces are not converted.
https://stackblitz.com/edit/vitejs-vite-sqfaim?file=main.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Validations
Describe the bug
Hi 👋
This is the result of the transformer function in the reproduction:
Take a look at what is before the text, the spaces are not converted.
Reproduction
https://stackblitz.com/edit/vitejs-vite-sqfaim?file=main.js
Contributes
The text was updated successfully, but these errors were encountered: