You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using twoslash code organization features like @include or ---cut---, nothing happens in the rendered Nextra page.
Describe the solution you'd like
I want to be able to use features such as @include and ---cut--- from twoslash in my Nextra pages. Right now, it just prints the directive directly into the output without actually applying it to the twoslash markdown.
Describe alternatives you've considered
Prior to Nextra adding support for twoslash, I tried to add it myself with remark-shiki-twoslash. However, the Nextra twoslash integration looks better than trying to add twoslash and the corresponding styling manually. I would prefer to use twoslash through nextra with no additional configuration.
Additional context Add any other context or screenshots about the feature
request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using twoslash code organization features like
@include
or---cut---
, nothing happens in the rendered Nextra page.Describe the solution you'd like
I want to be able to use features such as
@include
and---cut---
from twoslash in my Nextra pages. Right now, it just prints the directive directly into the output without actually applying it to the twoslash markdown.Describe alternatives you've considered
Prior to Nextra adding support for twoslash, I tried to add it myself with remark-shiki-twoslash. However, the Nextra twoslash integration looks better than trying to add twoslash and the corresponding styling manually. I would prefer to use twoslash through nextra with no additional configuration.
Additional context Add any other context or screenshots about the feature
request here.
The text was updated successfully, but these errors were encountered: