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

Inline codeblocks does not get formatting #41

Open
mrjvs opened this issue Mar 26, 2024 · 0 comments
Open

Inline codeblocks does not get formatting #41

mrjvs opened this issue Mar 26, 2024 · 0 comments
Labels
target:guider type:bug Something isn't working

Comments

@mrjvs
Copy link
Owner

mrjvs commented Mar 26, 2024

Describe the bug

Inline codeblocks does not get formatting if put inside an element, but does if theres whitespace around it.

Which package/app is affected (leave empty if unsure)

@neato/guider

Link to the code that reproduces this issue

No response

Steps to reproduce

  1. put this code in an MDX file
{/* This doesnt format*/}
<span>`code()`</span>

{/* This does format */}
<span>
`code()`
</span>

Expected Behavior

It should format in both cases

Extra details

No response

@mrjvs mrjvs added type:bug Something isn't working target:guider labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target:guider type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant