-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/shikijs/shiki/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://github.com/shikijs/shiki/blob/main/CON…
-
https://github.com/shikijs/shiki
As I tried to find language support for mermaid in highlight.js (and failed) – I found a textmate theme. We could consider switching to shiki as it supports the sam…
-
I am trying to use `remark-shiki-twoslash` with `@mdx-js/mdx@2.0.0-rc.2` (v2) and have the following error:
```
Error: Cannot handle unknown node `raw`
```
Full details are on this issue https:/…
-
## HTML Example
````
```html
Example HTML5 Document
Test
```
````
## Python Example
````
```python
from typing import Optional
from fastapi imp…
-
Hi there, I am having the following issue with `vocs@1.0.0-alpha.30`.
I would like to highlight the keyword `type` in the following (simplified) example
```ts
type TEST = {
hello: "world"
}…
-
👋 Hello. Firstly, thank you for `shiki-twoslash`. It's amazing.
I'd like to post this as a humble feature request.
---
## Problem
Knowing the language of the code snippet in CSS may be qui…
-
Hi there, been a huge fan of twoslash!
Currently experimenting with `remark-shiki-twoslash` on my Next.js + `@mdx-js/mdx` v2 project and for some reason when highlighting multiple specific lines (e…
-
Why it throw this errors?
```ts
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
Cannot find module 'node:fs' or its corresponding…
-
When installing the Gatsby plugin, and the related `@mdx` dependencies, I'm unfortunately greeted by the following error when starting Gatsby:
```
Error: Cannot find module '/local/path/gatsby-theme…
-
Using eleventy-plugin-shiki-twoslash v1.0.43 & @11ty/eleventy v1.0.0-beta.2
Expected behavior
```text
```twoslash include test
const test: string = "";
```
```
should not show up …