Pooya Parsa

Results 2282 comments of Pooya Parsa

@amandesai01 you should not keep pinging.

you can simply use `defineNitroConfig`. But please consider mentioning any issue upstream in nitro or contribute to original presets. It is likely we never officially support custom presets and start...

Thanks for ref. Just a heads up, [this line](https://github.com/storipress/site-generator/blob/355ce4a5526645da85b24703946a30ce12014d54/playground/nitro/nitro-entry.ts#L8) using `#internal` is gonna be broken with nitro 2.10 as internal paths are updated (and can be updated again) Also, another...

Thanks for PR. But i guess you can make it an arg for `pm-install global`

PR is welcome to add 👍🏼

Nice idea! How do you think to smplify to one lines arg: - lines=5: - lines=2:5 - lines=:5

@M-jerez nice idea feel free to make a PR to support pattern matches. (also see #78 which is relevant. ideally we could have similar matcher syntax of browsers)

Thanks for suggestion. I think we can support an `extenion` param to set `twoslash [nuxt.config.ts] {2,5}`

Hi. Here it is how i used `transform` API for undocs: https://github.com/unjs/undocs/blob/main/app/modules/content/runtime/unstorage.mjs#L39 We somehow need to modify markdown before being rendered. I found this docs: https://vitepress.dev/reference/default-theme-search#example-transforming-content-adding-anchors If had some luck...

I think we can have an opt-in arg maybe `collapse`?