`<Link>` inside code snippets
Open
- Dominant language
- TypeScript
- Stars
- 14
- Forks
- 7
- Avg merge
- 14m
- Merged PRs (30d)
- 3
Description
Follow up of https://github.com/brillout/docpress/issues/51.
@phonzammi Would it be possible to use Docpress's `` component inside code blocks?
```js
function onCreateApp(pageContext: PageContext) {
if (pageContext.isRenderingHead) {
// Don't add plugins when rendering (see )
return
}
// ...
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.